mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] Fix cache trigger for package registry (#205304)
Same bug as https://github.com/elastic/kibana/pull/199644. This implementation PR was stale and I didn't bring the fix over.
This commit is contained in:
parent
2735ac184a
commit
20c3247dea
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ steps:
|
|||
async: true
|
||||
build:
|
||||
env:
|
||||
IMAGES_CONFIG="kibana/images.yml"
|
||||
RETRY="1"
|
||||
IMAGES_CONFIG: "kibana/images.yml"
|
||||
RETRY: "1"
|
||||
EOF
|
||||
else
|
||||
echo "Skipping promotion for untracked branch $BUILDKITE_BRANCH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue