From 718d5e6fa1217bec9cbabb5dfaa9517eebc85d06 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski <jon@elastic.co> Date: Wed, 24 May 2023 15:46:40 -0500 Subject: [PATCH] Revert "[ci] Make container image tag update trigger async (#152970)" This reverts commit 3b20df420669aed27bb3427d394ae3748afdcca8. This pipeline was made async to decrease the number of build failure alerts during a stabilization period. This re-synchronizes the pipeline. --- .buildkite/scripts/steps/artifacts/docker_image.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/scripts/steps/artifacts/docker_image.sh b/.buildkite/scripts/steps/artifacts/docker_image.sh index 3d75d301ce8e7..7e057c2835349 100755 --- a/.buildkite/scripts/steps/artifacts/docker_image.sh +++ b/.buildkite/scripts/steps/artifacts/docker_image.sh @@ -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: