@@ -29,9 +29,8 @@ mainBuildFilters: &mainBuildFilters
29
29
- develop
30
30
- /^release\/\d+\.\d+\.\d+$/
31
31
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
32
- - ' update-v8-snapshot-cache-on-develop'
33
32
- ' publish-binary'
34
- - ' cacie/chore/capture-metadata '
33
+ - ' jordanpowell88/update-angular-tsconfig-path '
35
34
36
35
# usually we don't build Mac app - it takes a long time
37
36
# but sometimes we want to really confirm we are doing the right thing
@@ -41,8 +40,7 @@ macWorkflowFilters: &darwin-workflow-filters
41
40
or :
42
41
- equal : [ develop, << pipeline.git.branch >> ]
43
42
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
44
- - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
45
- - equal : [ cacie/chore/capture-metadata', << pipeline.git.branch >> ]
43
+ - equal : [ 'jordanpowell88/update-angular-tsconfig-path', << pipeline.git.branch >> ]
46
44
- matches :
47
45
pattern : /^release\/\d+\.\d+\.\d+$/
48
46
value : << pipeline.git.branch >>
@@ -52,9 +50,8 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
52
50
or :
53
51
- equal : [ develop, << pipeline.git.branch >> ]
54
52
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
55
- - equal : [ 'update-v8-snapshot-cache-on-develop ', << pipeline.git.branch >> ]
53
+ - equal : [ 'jordanpowell88/ update-angular-tsconfig-path ', << pipeline.git.branch >> ]
56
54
- equal : [ 'publish-binary', << pipeline.git.branch >> ]
57
- - equal : [ cacie/chore/capture-metadata', << pipeline.git.branch >> ]
58
55
- matches :
59
56
pattern : /^release\/\d+\.\d+\.\d+$/
60
57
value : << pipeline.git.branch >>
@@ -73,8 +70,7 @@ windowsWorkflowFilters: &windows-workflow-filters
73
70
or :
74
71
- equal : [ develop, << pipeline.git.branch >> ]
75
72
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
76
- - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
77
- - equal : [ cacie/chore/capture-metadata', << pipeline.git.branch >> ]
73
+ - equal : [ 'jordanpowell88/update-angular-tsconfig-path', << pipeline.git.branch >> ]
78
74
- matches :
79
75
pattern : /^release\/\d+\.\d+\.\d+$/
80
76
value : << pipeline.git.branch >>
@@ -144,7 +140,7 @@ commands:
144
140
name : Set environment variable to determine whether or not to persist artifacts
145
141
command : |
146
142
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
147
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "update-v8-snapshot-cache-on-develop " && "$CIRCLE_BRANCH" != "ryanm/feat/handle-304s" ]]; then
143
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "jordanpowell88/ update-angular-tsconfig-path " && "$CIRCLE_BRANCH" != "ryanm/feat/handle-304s" ]]; then
148
144
export SHOULD_PERSIST_ARTIFACTS=true
149
145
fi' >> "$BASH_ENV"
150
146
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments