devops: fix chromium compilation step (#5102)
This commit is contained in:
parent
ff75073cc8
commit
2096f4248a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue