@@ -28,7 +28,7 @@ mainBuildFilters: &mainBuildFilters
28
28
only :
29
29
- develop
30
30
- /^release\/\d+\.\d+\.\d+$/
31
- - ' feature/IATR-M0 '
31
+ - ' emily/next-version '
32
32
33
33
# usually we don't build Mac app - it takes a long time
34
34
# but sometimes we want to really confirm we are doing the right thing
@@ -37,7 +37,7 @@ macWorkflowFilters: &darwin-workflow-filters
37
37
when :
38
38
or :
39
39
- equal : [ develop, << pipeline.git.branch >> ]
40
- - equal : [ 'feature/IATR-M0 ', << pipeline.git.branch >> ]
40
+ - equal : [ 'mschile/chrome_memory_fix ', << pipeline.git.branch >> ]
41
41
- matches :
42
42
pattern : /^release\/\d+\.\d+\.\d+$/
43
43
value : << pipeline.git.branch >>
@@ -46,7 +46,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
46
46
when :
47
47
or :
48
48
- equal : [ develop, << pipeline.git.branch >> ]
49
- - equal : [ 'feature/IATR-M0 ', << pipeline.git.branch >> ]
49
+ - equal : [ 'mschile/chrome_memory_fix ', << pipeline.git.branch >> ]
50
50
- matches :
51
51
pattern : /^release\/\d+\.\d+\.\d+$/
52
52
value : << pipeline.git.branch >>
@@ -64,7 +64,7 @@ windowsWorkflowFilters: &windows-workflow-filters
64
64
when :
65
65
or :
66
66
- equal : [ develop, << pipeline.git.branch >> ]
67
- - equal : [ 'feature/IATR-M0 ', << pipeline.git.branch >> ]
67
+ - equal : [ 'mschile/chrome_memory_fix ', << pipeline.git.branch >> ]
68
68
- matches :
69
69
pattern : /^release\/\d+\.\d+\.\d+$/
70
70
value : << pipeline.git.branch >>
@@ -130,7 +130,7 @@ commands:
130
130
- run :
131
131
name : Check current branch to persist artifacts
132
132
command : |
133
- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feature/IATR-M0 " ]]; then
133
+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "emily/next-version " ]]; then
134
134
echo "Not uploading artifacts or posting install comment for this branch."
135
135
circleci-agent step halt
136
136
fi
0 commit comments