Skip to content

Commit

Permalink
[7.17] [ci/artifacts] Fix docker context args (#170944) (#170990)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Nov 10, 2023
1 parent a68b097 commit f971369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/scripts/steps/artifacts/docker_context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ source .buildkite/scripts/steps/artifacts/env.sh

echo "--- Create contexts"
mkdir -p target
node scripts/build --skip-initialize --skip-generic-folders --skip-platform-folders --skip-archives --docker-context-use-local-artifact

node scripts/build --skip-initialize --skip-generic-folders --skip-platform-folders --skip-archives --docker-context-use-local-artifact $(echo "$BUILD_ARGS")
echo "--- Setup default context"
DOCKER_BUILD_FOLDER=$(mktemp -d)
DOCKER_BUILD_ARGS=''
Expand Down

0 comments on commit f971369

Please sign in to comment.