Skip to content

Commit 1dc0e9b

Browse files
committed
build binary [run ci]
1 parent 618c53e commit 1dc0e9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/workflows.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mainBuildFilters: &mainBuildFilters
3030
- /^release\/\d+\.\d+\.\d+$/
3131
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
3232
- 'cacie/dep/electron-27'
33-
- 'fix/force_colors_on_verify'
33+
- 'feat/protocol_shadow_dom_support'
3434
- 'publish-binary'
3535
- 'em/circle2'
3636

@@ -44,7 +44,7 @@ macWorkflowFilters: &darwin-workflow-filters
4444
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
4545
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
4646
- 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 >> ]
4848
- equal: [ 'ryanm/fix/service-worker-capture', << pipeline.git.branch >> ]
4949
- matches:
5050
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -57,7 +57,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
5757
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
5858
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
5959
- 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 >> ]
6161
- equal: [ 'em/circle2', << pipeline.git.branch >> ]
6262
- matches:
6363
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -82,7 +82,7 @@ windowsWorkflowFilters: &windows-workflow-filters
8282
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
8383
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
8484
- 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 >> ]
8686
- equal: [ 'lerna-optimize-tasks', << pipeline.git.branch >> ]
8787
- equal: [ 'mschile/mochaEvents_win_sep', << pipeline.git.branch >> ]
8888
- matches:
@@ -154,7 +154,7 @@ commands:
154154
name: Set environment variable to determine whether or not to persist artifacts
155155
command: |
156156
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
158158
export SHOULD_PERSIST_ARTIFACTS=true
159159
fi' >> "$BASH_ENV"
160160
# You must run `setup_should_persist_artifacts` command and be using bash before running this command

0 commit comments

Comments
 (0)