devops: fix chromium compilation step (#5102)

This commit is contained in:
Andrey Lushnikov 2021-01-22 00:31:26 -08:00 committed by GitHub
parent ff75073cc8
commit 2096f4248a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ compile_chromium() {
# script, but the `prepare_checkout.sh` is in fact designed to prepare a fork checkout, whereas
# we don't fork Chromium.
cd "${CR_CHECKOUT_PATH}/src"
git checkout master
git pull origin master
git checkout "${CRSHA}"
gclient sync