devops: fix chromium checkout

This commit is contained in:
Andrey Lushnikov 2021-01-28 12:56:45 +03:00
parent 75a0d7a76b
commit c9fae65400

View File

@ -104,7 +104,7 @@ compile_chromium() {
if [[ ! -d "${CR_CHECKOUT_PATH}" ]]; then
mkdir "${CR_CHECKOUT_PATH}"
cd "${CR_CHECKOUT_PATH}"
fetch --no-hooks chromium
fetch --nohooks chromium
cd src
if [[ $(uname) == "Linux" ]]; then
./build/install-build-deps.sh