Skip to content

Commit 376ac5d

Browse files
committed
build binaries [run ci]
1 parent 81e66b7 commit 376ac5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/workflows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mainBuildFilters: &mainBuildFilters
3131
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
3232
- 'update-v8-snapshot-cache-on-develop'
3333
- 'chore/update_webpack_deps_to_latest_webpack4_compat'
34-
- 'chore/update_to_webpack5_minimum_lift'
34+
- 'chore/bump_loaders_and_optimize_webpack'
3535
- 'publish-binary'
3636

3737
# usually we don't build Mac app - it takes a long time
@@ -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: [ '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 >> ]
4848
- matches:
4949
pattern: /^release\/\d+\.\d+\.\d+$/
5050
value: << pipeline.git.branch >>
@@ -56,7 +56,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
5656
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
5757
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
5858
- 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 >> ]
6060
- equal: [ 'publish-binary', << pipeline.git.branch >> ]
6161
- matches:
6262
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -78,7 +78,7 @@ windowsWorkflowFilters: &windows-workflow-filters
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 >> ]
8080
- 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 >> ]
8282
- matches:
8383
pattern: /^release\/\d+\.\d+\.\d+$/
8484
value: << pipeline.git.branch >>
@@ -148,7 +148,7 @@ commands:
148148
name: Set environment variable to determine whether or not to persist artifacts
149149
command: |
150150
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
152152
export SHOULD_PERSIST_ARTIFACTS=true
153153
fi' >> "$BASH_ENV"
154154
# You must run `setup_should_persist_artifacts` command and be using bash before running this command

0 commit comments

Comments
 (0)