We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 514b701 + 8a0e975 commit d934798Copy full SHA for d934798
1 file changed
commands/push.sh
@@ -77,7 +77,7 @@ done
77
78
# single image build
79
for service_alias in $(plugin_read_list BUILD_ALIAS) ; do
80
- if [ -z "${BUILDKITE_PLUGIN_DOCKER_COMPOSE_PUSH}" ]; then
+ if [ -z "${BUILDKITE_PLUGIN_DOCKER_COMPOSE_PUSH:-}" ]; then
81
echo "+++ 🚨 You can not use build-alias if you are not pushing a single service"
82
exit 1
83
fi
0 commit comments