Skip to content

Commit

Permalink
Revert Buildkite pipeline changes (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 authored Nov 23, 2023
1 parent 48ed16e commit fe4e6c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe4e6c8

Please sign in to comment.