Skip to content

Commit

Permalink
CI: Fetch from main, not HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Apr 27, 2022
1 parent feaa823 commit 5674388
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 @@ -260,7 +260,7 @@ jobs:
- run:
name: Check vendored schema for upstream updates
command: |
bin/update-schema.sh HEAD
bin/update-schema.sh main
if ! git diff --exit-code HEAD -- glean-core/preview/tests/glean.1.schema.json; then
echo "===================================="
echo "Latest schema from upstream changed."
Expand Down

0 comments on commit 5674388

Please sign in to comment.