Skip to content

Commit bbe0717

Browse files
committed
🙊 shellcheck ignore as in shared lib
Signed-off-by: Ben McNicholl <git@benmcnicholl.com>
1 parent 3cb8a56 commit bbe0717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commands/push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ "$(plugin_read_config QUIET_PULL "false")" == "true" ] ; then
3333
fi
3434

3535
if plugin_read_list_into_result BUILDKITE_PLUGIN_DOCKER_COMPOSE_BUILD; then
36+
# shellcheck disable=SC2154
3637
build_services=("${result[@]}")
3738
fi
3839

0 commit comments

Comments
 (0)