Skip to content

Commit

Permalink
Let plugin blow up if control flow stops existing
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Mar 12, 2019
1 parent 9747aeb commit 66d21ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ if [[ -z ${BUILDKITE_PLUGIN_CREATE_ECR_NAME:-} ]]; then
exit 1
fi

repository_name="${BUILDKITE_PLUGIN_CREATE_ECR_NAME:-}"
repository_name="${BUILDKITE_PLUGIN_CREATE_ECR_NAME}"

upsert_ecr "${repository_name}"

0 comments on commit 66d21ca

Please sign in to comment.