[Buildkite] Tweak pipeline to conditionally ignore a wait step (#781)
parent
c366233152
commit
92023de85d
|
@ -39,7 +39,7 @@ steps:
|
|||
if: build.env("CI_DOCS_BYPASS") != "true"
|
||||
|
||||
- wait:
|
||||
if: build.branch != "master" && build.env("CI_DOCS_BYPASS") != "true"
|
||||
if: build.branch !~ /^(master)|(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_DOCS_BYPASS") != "true"
|
||||
|
||||
- label: ":chrome: Integration Tests"
|
||||
command: ".buildkite/steps/e2etests.sh | buildkite-agent pipeline upload"
|
||||
|
|
Loading…
Reference in New Issue