Skip to content

Commit 3d7ab6a

Browse files
authored
Merge pull request #21192 from cypress-io/chore-remove-feature-multi-domain-from-circle-yml
chore: remove feature-multidomain branch from circle.yml
2 parents 2d866f3 + 2338635 commit 3d7ab6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

circle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ mainBuildFilters: &mainBuildFilters
2929
only:
3030
- develop
3131
- 10.0-release
32-
- feature-multidomain
3332
- unify-1449-beta-slug-length
3433

3534
# usually we don't build Mac app - it takes a long time
@@ -39,7 +38,6 @@ macWorkflowFilters: &mac-workflow-filters
3938
when:
4039
or:
4140
- equal: [ develop, << pipeline.git.branch >> ]
42-
- equal: [ feature-multidomain, << pipeline.git.branch >> ]
4341
- equal: [ unify-1449-beta-slug-length, << pipeline.git.branch >> ]
4442
- matches:
4543
pattern: "-release$"
@@ -50,7 +48,6 @@ windowsWorkflowFilters: &windows-workflow-filters
5048
or:
5149
- equal: [ master, << pipeline.git.branch >> ]
5250
- equal: [ develop, << pipeline.git.branch >> ]
53-
- equal: [ feature-multidomain, << pipeline.git.branch >> ]
5451
- equal: [ unify-1449-beta-slug-length, << pipeline.git.branch >> ]
5552
- matches:
5653
pattern: "-release$"
@@ -1658,7 +1655,7 @@ jobs:
16581655
- run:
16591656
name: Check current branch to persist artifacts
16601657
command: |
1661-
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "unify-1449-beta-slug-length" && "$CIRCLE_BRANCH" != "feature-multidomain" ]]; then
1658+
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "unify-1449-beta-slug-length" ]]; then
16621659
echo "Not uploading artifacts or posting install comment for this branch."
16631660
circleci-agent step halt
16641661
fi

0 commit comments

Comments
 (0)