Skip to content

Commit ce19f25

Browse files
committed
build binary for document domain changes [run ci]
1 parent ec653df commit ce19f25

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
- 'update-v8-snapshot-cache-on-develop'
33-
- 'feat/support_vite_6'
33+
- 'document-domain-binary'
3434
- 'publish-binary'
3535
- 'cacie/29590/document-domain-subdomains'
3636

@@ -43,7 +43,7 @@ macWorkflowFilters: &darwin-workflow-filters
4343
- equal: [ develop, << pipeline.git.branch >> ]
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 >> ]
46-
- equal: [ 'feat/support_vite_6', << pipeline.git.branch >> ]
46+
- equal: [ 'document-domain-binary', << pipeline.git.branch >> ]
4747
- matches:
4848
pattern: /^release\/\d+\.\d+\.\d+$/
4949
value: << pipeline.git.branch >>
@@ -54,7 +54,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
5454
- equal: [ develop, << pipeline.git.branch >> ]
5555
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
5656
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
57-
- equal: [ 'feat/support_vite_6', << pipeline.git.branch >> ]
57+
- equal: [ 'document-domain-binary', << pipeline.git.branch >> ]
5858
- matches:
5959
pattern: /^release\/\d+\.\d+\.\d+$/
6060
value: << pipeline.git.branch >>
@@ -77,7 +77,7 @@ windowsWorkflowFilters: &windows-workflow-filters
7777
- equal: [ develop, << pipeline.git.branch >> ]
7878
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
7979
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
80-
- equal: [ 'build-binary-placeholder', << pipeline.git.branch >> ]
80+
- equal: [ 'document-domain-binary', << pipeline.git.branch >> ]
8181
- matches:
8282
pattern: /^release\/\d+\.\d+\.\d+$/
8383
value: << pipeline.git.branch >>
@@ -153,7 +153,7 @@ commands:
153153
name: Set environment variable to determine whether or not to persist artifacts
154154
command: |
155155
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
156-
echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "feat/support_vite_6" ]]; then
156+
echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "document-domain-binary" ]]; then
157157
export SHOULD_PERSIST_ARTIFACTS=true
158158
fi' >> "$BASH_ENV"
159159
# You must run `setup_should_persist_artifacts` command and be using bash before running this command

0 commit comments

Comments
 (0)