Skip to content

Commit a0a1f1b

Browse files
committed
build binary
1 parent d1e749d commit a0a1f1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/src/workflows/workflows/@main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ linux-x64:
66
- equal: [ develop, << pipeline.git.branch >> ]
77
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
88
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
9-
- equal: [ 'chore/bundle_package_root', << pipeline.git.branch >> ]
9+
- equal: [ 'chore/bundle_packages', << pipeline.git.branch >> ]
1010
- matches:
1111
pattern: /^release\/\d+\.\d+\.\d+$/
1212
value: << pipeline.git.branch >>

.circleci/workflows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@ workflows:
37193719
- update-v8-snapshot-cache-on-develop
37203720
- << pipeline.git.branch >>
37213721
- equal:
3722-
- chore/bundle_package_root
3722+
- chore/bundle_packages
37233723
- << pipeline.git.branch >>
37243724
- matches:
37253725
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -3776,7 +3776,7 @@ workflows:
37763776
- update-v8-snapshot-cache-on-develop
37773777
- << pipeline.git.branch >>
37783778
- equal:
3779-
- chore/bundle_package_root
3779+
- chore/bundle_packages
37803780
- << pipeline.git.branch >>
37813781
- matches:
37823782
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -3844,7 +3844,7 @@ workflows:
38443844
- update-v8-snapshot-cache-on-develop
38453845
- << pipeline.git.branch >>
38463846
- equal:
3847-
- chore/bundle_package_root
3847+
- chore/bundle_packages
38483848
- << pipeline.git.branch >>
38493849
- matches:
38503850
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -4332,7 +4332,7 @@ workflows:
43324332
- update-v8-snapshot-cache-on-develop
43334333
- << pipeline.git.branch >>
43344334
- equal:
4335-
- chore/bundle_package_root
4335+
- chore/bundle_packages
43364336
- << pipeline.git.branch >>
43374337
- matches:
43384338
pattern: /^release\/\d+\.\d+\.\d+$/
@@ -5170,7 +5170,7 @@ workflows:
51705170
- update-v8-snapshot-cache-on-develop
51715171
- << pipeline.git.branch >>
51725172
- equal:
5173-
- chore/bundle_package_root
5173+
- chore/bundle_packages
51745174
- << pipeline.git.branch >>
51755175
- matches:
51765176
pattern: /^release\/\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)