devops: fix firefox build (#5516)

This commit is contained in:
Andrey Lushnikov 2021-02-19 10:52:12 -08:00 committed by GitHub
parent b2d9af5e15
commit 18ce95632f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -1,2 +1,2 @@
1231
Changed: lushnikov@chromium.org Fri Feb 19 10:28:40 MST 2021
1232
Changed: lushnikov@chromium.org Fri Feb 19 11:38:57 MST 2021

View file

@ -21,8 +21,7 @@ else
cd "checkout"
fi
rm .mozconfig
rm -rf .mozconfig
if [[ "$(uname)" == "Darwin" ]]; then
if [[ $(uname -m) == "arm64" ]]; then