devops(firefox): move packaging to archive.sh

This commit is contained in:
Andrey Lushnikov 2019-12-11 16:56:42 -08:00
parent 6440323003
commit 9e381a9d50
2 changed files with 3 additions and 1 deletions

View file

@ -43,6 +43,9 @@ if [[ $OBJ_FOLDER == "" ]]; then
echo "ERROR: cannot find obj-* folder in the checkout/. Did you build?"
exit 1;
fi
./mach package
if ! [[ -d $OBJ_FOLDER/dist/firefox ]]; then
echo "ERROR: cannot find $OBJ_FOLDER/dist/firefox folder in the checkout/. Did you build?"
exit 1;

View file

@ -37,4 +37,3 @@ else
fi
./mach build
./mach package