From fe4e6c8307757f95a57737b5cf07b38224a01d43 Mon Sep 17 00:00:00 2001 From: Michael Winter <36558508+mcwinter07@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:57:06 +1100 Subject: [PATCH] Revert Buildkite pipeline changes (#4338) --- .buildkite/pipeline.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 80f4488fd6b..a172ff624f3 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -11,17 +11,8 @@ x-defaults: &defaults run: build steps: - - name: ":sleuth_or_spy: Checking for release tag" - key: "is_released" - branches: "main" - # we assume that all releases with have a tag and that tag with have a @ version format - if: ((build.tag =~ /@(\d+\.\d+\.\d+)/) && (build.tag =~ /^(?:(?!canary).)*$/)) - - - wait - - name: ":package: Build (storybook)" branches: "main" - depends_on: "is_released" command: ".buildkite/scripts/build-storybook.sh" timeout_in_minutes: 15 artifact_paths: "./storybook.tar.gz"