File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments