devops(firefox): move packaging to archive.sh

This commit is contained in:
Andrey Lushnikov 2019-12-11 16:56:42 -08:00
Родитель 6440323003
Коммит 9e381a9d50
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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;

Просмотреть файл

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