@@ -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
- ' update-v8-snapshot-cache-on-develop'
33
- - ' feat/support_vite_6 '
33
+ - ' document-domain-binary '
34
34
- ' publish-binary'
35
35
- ' cacie/29590/document-domain-subdomains'
36
36
@@ -43,7 +43,7 @@ macWorkflowFilters: &darwin-workflow-filters
43
43
- equal : [ develop, << pipeline.git.branch >> ]
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
- - equal : [ 'feat/support_vite_6 ', << pipeline.git.branch >> ]
46
+ - equal : [ 'document-domain-binary ', << pipeline.git.branch >> ]
47
47
- matches :
48
48
pattern : /^release\/\d+\.\d+\.\d+$/
49
49
value : << pipeline.git.branch >>
@@ -54,7 +54,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
54
54
- equal : [ develop, << pipeline.git.branch >> ]
55
55
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
56
56
- 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 >> ]
58
58
- matches :
59
59
pattern : /^release\/\d+\.\d+\.\d+$/
60
60
value : << pipeline.git.branch >>
@@ -77,7 +77,7 @@ windowsWorkflowFilters: &windows-workflow-filters
77
77
- equal : [ develop, << pipeline.git.branch >> ]
78
78
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
79
79
- 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 >> ]
81
81
- matches :
82
82
pattern : /^release\/\d+\.\d+\.\d+$/
83
83
value : << pipeline.git.branch >>
@@ -153,7 +153,7 @@ commands:
153
153
name : Set environment variable to determine whether or not to persist artifacts
154
154
command : |
155
155
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
157
157
export SHOULD_PERSIST_ARTIFACTS=true
158
158
fi' >> "$BASH_ENV"
159
159
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments