Skip to content

Commit

Permalink
build: update to account for snapshot repository branch rename (#24850)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored Apr 28, 2022
1 parent 090d40f commit 2f9a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var_17: &setup_bazel_binary
var_18: &setup_snapshot_builds
run:
name: 'Setting up Angular snapshot builds'
command: node ./scripts/circleci/setup-angular-snapshots.js master
command: node ./scripts/circleci/setup-angular-snapshots.js main

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

0 comments on commit 2f9a59a

Please sign in to comment.