We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb8a56 commit bbe0717Copy full SHA for bbe0717
1 file changed
commands/push.sh
@@ -33,6 +33,7 @@ if [ "$(plugin_read_config QUIET_PULL "false")" == "true" ] ; then
33
fi
34
35
if plugin_read_list_into_result BUILDKITE_PLUGIN_DOCKER_COMPOSE_BUILD; then
36
+ # shellcheck disable=SC2154
37
build_services=("${result[@]}")
38
39
0 commit comments