ui: Remove ui-staging from CI (#9508)

* Remove all mention of ui-staging as we don't use that branch name
This commit is contained in:
John Cowen 2021-01-06 18:37:51 +00:00 committed by GitHub
parent 2a5aa78548
commit 54bad3852b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -889,13 +889,12 @@ workflows:
- check-vendor
- build-amd64: *require-check-vendor
- build-arm: *require-check-vendor
# every commit on ui-staging and master will have a rebuilt UI
# every commit on master will have a rebuilt UI
- frontend-cache:
filters:
branches:
only:
- master
- ui-staging
- ember-build-prod:
requires:
- frontend-cache
@ -931,7 +930,6 @@ workflows:
ignore:
- /^pull\/.*$/ # only push dev builds from non forks
- master # all master dev uploads will include a UI rebuild in build-distros
- ui-staging # all ui-staging dev uploads will include a UI rebuild in build-distros
- dev-upload-docker:
<<: *dev-upload
context: consul-ci
@ -974,7 +972,6 @@ workflows:
branches:
only:
- master
- ui-staging
- /^ui\/.*/
- workspace-tests:
requires:
@ -994,6 +991,8 @@ workflows:
- ember-test-ent:
requires:
- ember-build-ent
# ember-coverage in CI uses the dist/ folder to run tests so it requires
# either/or ent/oss to be built first
- ember-coverage:
requires:
- ember-build-ent