From 6cad82a78250e95c1357ca3305398c8f0b7bc945 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 27 Apr 2022 15:49:36 +0200 Subject: [PATCH] CI: Fetch from main, not HEAD --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 474feb59ae..492e2fbc3a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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."