Skip to content

Commit

Permalink
Revert "[ci] Make container image tag update trigger async (#152970)"
Browse files Browse the repository at this point in the history
This reverts commit 3b20df4.

This pipeline was made async to decrease the number of build failure
alerts during a stabilization period.  This re-synchronizes the
pipeline.
  • Loading branch information
jbudz committed May 24, 2023
1 parent c247899 commit 718d5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/scripts/steps/artifacts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ if [[ "$BUILDKITE_BRANCH" == "$KIBANA_BASE_BRANCH" ]]; then
cat << EOF | buildkite-agent pipeline upload
steps:
- trigger: serverless-gitops-update-stack-image-tag
async: true
label: ":argo: Update image tag for Kibana"
branches: main
build:
Expand Down

0 comments on commit 718d5e6

Please sign in to comment.