@@ -30,7 +30,7 @@ mainBuildFilters: &mainBuildFilters
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
32
- ' cacie/dep/electron-27'
33
- - ' fix/force_colors_on_verify '
33
+ - ' feat/protocol_shadow_dom_support '
34
34
- ' publish-binary'
35
35
- ' em/circle2'
36
36
@@ -44,7 +44,7 @@ macWorkflowFilters: &darwin-workflow-filters
44
44
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
45
45
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
46
46
- equal : [ 'cacie/dep/electron-27', << pipeline.git.branch >> ]
47
- - equal : [ 'fix/force_colors_on_verify ', << pipeline.git.branch >> ]
47
+ - equal : [ 'feat/protocol_shadow_dom_support ', << pipeline.git.branch >> ]
48
48
- equal : [ 'ryanm/fix/service-worker-capture', << pipeline.git.branch >> ]
49
49
- matches :
50
50
pattern : /^release\/\d+\.\d+\.\d+$/
@@ -57,7 +57,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
57
57
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
58
58
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
59
59
- equal : [ 'cacie/dep/electron-27', << pipeline.git.branch >> ]
60
- - equal : [ 'fix/force_colors_on_verify ', << pipeline.git.branch >> ]
60
+ - equal : [ 'feat/protocol_shadow_dom_support ', << pipeline.git.branch >> ]
61
61
- equal : [ 'em/circle2', << pipeline.git.branch >> ]
62
62
- matches :
63
63
pattern : /^release\/\d+\.\d+\.\d+$/
@@ -82,7 +82,7 @@ windowsWorkflowFilters: &windows-workflow-filters
82
82
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
83
83
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
84
84
- equal : [ 'cacie/dep/electron-27', << pipeline.git.branch >> ]
85
- - equal : [ 'fix/force_colors_on_verify ', << pipeline.git.branch >> ]
85
+ - equal : [ 'feat/protocol_shadow_dom_support ', << pipeline.git.branch >> ]
86
86
- equal : [ 'lerna-optimize-tasks', << pipeline.git.branch >> ]
87
87
- equal : [ 'mschile/mochaEvents_win_sep', << pipeline.git.branch >> ]
88
88
- matches :
@@ -154,7 +154,7 @@ commands:
154
154
name : Set environment variable to determine whether or not to persist artifacts
155
155
command : |
156
156
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
157
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "fix/force_colors_on_verify " && "$CIRCLE_BRANCH" != "cacie/dep/electron-27" ]]; then
157
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "feat/protocol_shadow_dom_support " && "$CIRCLE_BRANCH" != "cacie/dep/electron-27" ]]; then
158
158
export SHOULD_PERSIST_ARTIFACTS=true
159
159
fi' >> "$BASH_ENV"
160
160
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments