mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci/artifacts] Fix docker context args (#170944)
I incorrectly removed this previously, not finding any arguments missing. There was one - the `--release` flag, used to remove snapshot from the filename. https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/3472 ~https://buildkite.com/elastic/kibana-artifacts-staging/builds/2337~ I'll verify on the backport, the failure here is expected.
This commit is contained in:
parent
3fae0b9d73
commit
f92dbb76c7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ KIBANA_DOCKER_CONTEXT="${KIBANA_DOCKER_CONTEXT:="default"}"
|
|||
|
||||
echo "--- Create contexts"
|
||||
mkdir -p target
|
||||
node scripts/build --skip-initialize --skip-generic-folders --skip-platform-folders --skip-archives --skip-cdn-assets --docker-context-use-local-artifact
|
||||
node scripts/build --skip-initialize --skip-generic-folders --skip-platform-folders --skip-archives --skip-cdn-assets --docker-context-use-local-artifact "${BUILD_ARGS[@]}"
|
||||
|
||||
echo "--- Setup context"
|
||||
DOCKER_BUILD_FOLDER=$(mktemp -d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue