Skip to content

Commit

Permalink
[ci] Fix cache trigger for package registry (#205304)
Browse files Browse the repository at this point in the history
Same bug as #199644. This
implementation PR was stale and I didn't bring the fix over.
  • Loading branch information
jbudz authored Dec 30, 2024
1 parent 2735ac1 commit 20c3247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/scripts/steps/fleet/promote_package_registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 20c3247

Please sign in to comment.