File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
linux/conf/buildkite-agent/hooks
windows/conf/buildkite-agent/hooks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export DOCKER_CONFIG="$BUILDKITE_DOCKER_CONFIG_TEMP_DIRECTORY"
12
12
13
13
if [ " ${BUILDKITE_DOCKER_EXPERIMENTAL:- false} " = " true" ]
14
14
then
15
+ # shellcheck disable=SC2094 # Redirections to the same command are processed in order
15
16
cat <<< " $(jq '.experimental=" enabled" ' " ${DOCKER_CONFIG} /config.json" )" > " ${DOCKER_CONFIG} /config.json"
16
17
fi
17
18
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export DOCKER_CONFIG="$BUILDKITE_DOCKER_CONFIG_TEMP_DIRECTORY"
12
12
13
13
if [ " ${BUILDKITE_DOCKER_EXPERIMENTAL:- false} " = " true" ]
14
14
then
15
+ # shellcheck disable=SC2094 # Redirections to the same command are processed in order
15
16
cat <<< " $(jq '.experimental=" enabled" ' " ${DOCKER_CONFIG} /config.json" )" > " ${DOCKER_CONFIG} /config.json"
16
17
fi
17
18
You can’t perform that action at this time.
0 commit comments