@@ -38,7 +38,7 @@ mainBuildFilters: &mainBuildFilters
38
38
- /^release\/\d+\.\d+\.\d+$/
39
39
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
40
40
- ' update-v8-snapshot-cache-on-develop'
41
- - ' mschile/circle_ci_env '
41
+ - ' bump-win-version-info '
42
42
43
43
# usually we don't build Mac app - it takes a long time
44
44
# but sometimes we want to really confirm we are doing the right thing
@@ -49,7 +49,7 @@ macWorkflowFilters: &darwin-workflow-filters
49
49
- equal : [ develop, << pipeline.git.branch >> ]
50
50
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
51
51
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
52
- - equal : [ 'mschile/circle_ci_env ', << pipeline.git.branch >> ]
52
+ - equal : [ 'bump-win-version-info ', << pipeline.git.branch >> ]
53
53
- matches :
54
54
pattern : /^release\/\d+\.\d+\.\d+$/
55
55
value : << pipeline.git.branch >>
@@ -60,7 +60,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
60
60
- equal : [ develop, << pipeline.git.branch >> ]
61
61
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
62
62
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
63
- - equal : [ 'mschile/circle_ci_env ', << pipeline.git.branch >> ]
63
+ - equal : [ 'bump-win-version-info ', << pipeline.git.branch >> ]
64
64
- matches :
65
65
pattern : /^release\/\d+\.\d+\.\d+$/
66
66
value : << pipeline.git.branch >>
@@ -83,7 +83,7 @@ windowsWorkflowFilters: &windows-workflow-filters
83
83
- equal : [ develop, << pipeline.git.branch >> ]
84
84
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
85
85
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
86
- - equal : [ 'mschile/circle_ci_env ', << pipeline.git.branch >> ]
86
+ - equal : [ 'bump-win-version-info ', << pipeline.git.branch >> ]
87
87
- matches :
88
88
pattern : /^release\/\d+\.\d+\.\d+$/
89
89
value : << pipeline.git.branch >>
@@ -157,7 +157,7 @@ commands:
157
157
name : Set environment variable to determine whether or not to persist artifacts
158
158
command : |
159
159
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
160
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "ryanm/chore/fix-binary-due-to-proxy-from-env " ]]; then
160
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "bump-win-version-info " ]]; then
161
161
export SHOULD_PERSIST_ARTIFACTS=true
162
162
fi' >> "$BASH_ENV"
163
163
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments