devops: fix firefox archiving script

This commit is contained in:
Andrey Lushnikov 2019-11-20 10:08:55 -08:00
parent 92a6500b23
commit f9d2f13540

View File

@ -35,6 +35,7 @@ createZIPForLinuxOrMac() {
}
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
cd checkout
if [[ "$(uname)" == "Darwin" ]]; then