Skip to content

Commit 2f9a59a

Browse files
authored
build: update to account for snapshot repository branch rename (#24850)
1 parent 090d40f commit 2f9a59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var_17: &setup_bazel_binary
117117
var_18: &setup_snapshot_builds
118118
run:
119119
name: 'Setting up Angular snapshot builds'
120-
command: node ./scripts/circleci/setup-angular-snapshots.js master
120+
command: node ./scripts/circleci/setup-angular-snapshots.js main
121121

122122
# Filter which ensures that jobs only run for pull requests.
123123
var_19: &only_on_pull_requests_filter

0 commit comments

Comments
 (0)