@@ -31,7 +31,7 @@ mainBuildFilters: &mainBuildFilters
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
33
- ' chore/update_webpack_deps_to_latest_webpack4_compat'
34
- - ' chore/update_to_webpack5_minimum_lift '
34
+ - ' chore/bump_loaders_and_optimize_webpack '
35
35
- ' publish-binary'
36
36
37
37
# usually we don't build Mac app - it takes a long time
@@ -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 : [ 'chore/update_webpack_deps_to_latest_webpack4_compat', << pipeline.git.branch >> ]
47
- - equal : [ 'chore/update_to_webpack5_minimum_lift ', << pipeline.git.branch >> ]
47
+ - equal : [ 'chore/bump_loaders_and_optimize_webpack ', << pipeline.git.branch >> ]
48
48
- matches :
49
49
pattern : /^release\/\d+\.\d+\.\d+$/
50
50
value : << pipeline.git.branch >>
@@ -56,7 +56,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
56
56
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
57
57
- equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
58
58
- equal : [ 'chore/update_webpack_deps_to_latest_webpack4_compat', << pipeline.git.branch >> ]
59
- - equal : [ 'chore/update_to_webpack5_minimum_lift ', << pipeline.git.branch >> ]
59
+ - equal : [ 'chore/bump_loaders_and_optimize_webpack ', << pipeline.git.branch >> ]
60
60
- equal : [ 'publish-binary', << pipeline.git.branch >> ]
61
61
- matches :
62
62
pattern : /^release\/\d+\.\d+\.\d+$/
@@ -78,7 +78,7 @@ windowsWorkflowFilters: &windows-workflow-filters
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
80
- equal : [ 'chore/update_webpack_deps_to_latest_webpack4_compat', << pipeline.git.branch >> ]
81
- - equal : [ 'chore/update_to_webpack5_minimum_lift ', << pipeline.git.branch >> ]
81
+ - equal : [ 'chore/bump_loaders_and_optimize_webpack ', << pipeline.git.branch >> ]
82
82
- matches :
83
83
pattern : /^release\/\d+\.\d+\.\d+$/
84
84
value : << pipeline.git.branch >>
@@ -148,7 +148,7 @@ commands:
148
148
name : Set environment variable to determine whether or not to persist artifacts
149
149
command : |
150
150
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
151
- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "chore/update_to_webpack5_minimum_lift " ]]; then
151
+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "publish-binary" && "$CIRCLE_BRANCH" != "chore/bump_loaders_and_optimize_webpack " ]]; then
152
152
export SHOULD_PERSIST_ARTIFACTS=true
153
153
fi' >> "$BASH_ENV"
154
154
# You must run `setup_should_persist_artifacts` command and be using bash before running this command
0 commit comments