Skip to content

Commit

Permalink
Merge pull request #448 from buildkite-plugins/SUP-2449
Browse files Browse the repository at this point in the history
Fix that allows error message to be displayed properly
  • Loading branch information
pzeballos authored Jul 15, 2024
2 parents 514b701 + 8a0e975 commit d934798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ done

# single image build
for service_alias in $(plugin_read_list BUILD_ALIAS) ; do
if [ -z "${BUILDKITE_PLUGIN_DOCKER_COMPOSE_PUSH}" ]; then
if [ -z "${BUILDKITE_PLUGIN_DOCKER_COMPOSE_PUSH:-}" ]; then
echo "+++ 🚨 You can not use build-alias if you are not pushing a single service"
exit 1
fi
Expand Down

0 comments on commit d934798

Please sign in to comment.