devops: fix firefox win64 build

This commit is contained in:
Andrey Lushnikov 2019-11-25 14:01:30 -08:00
parent eaa5e93b8b
commit 860915b9da

View file

@ -50,7 +50,7 @@ cd "$(dirname "$0")"
# pull from upstream and check if a new build has to be uploaded. # pull from upstream and check if a new build has to be uploaded.
if ! [[ ($2 == '-f') || ($2 == '--force') ]]; then if ! [[ ($2 == '-f') || ($2 == '--force') ]]; then
if ./upload.sh $BROWSER_NAME --check; then if ./upload.sh $BROWSER_NAME --check $FFOX_WIN64; then
echo "Build is already uploaded - no changes." echo "Build is already uploaded - no changes."
exit 0 exit 0
else else