ci(aio): fix deploying to firebase (#18590)

This commit is contained in:
George Kalpakas 2017-08-08 23:59:25 +03:00 committed by Victor Berchet
parent 6f2038cc85
commit 1e1833198d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ echo "Build/deploy mode : $deployEnv"
echo "Firebase project : $projectId" echo "Firebase project : $projectId"
echo "Deployment URL : $deployedUrl" echo "Deployment URL : $deployedUrl"
if [[ $1 == "--dry-run" ]]; then if [[ ${1:-} == "--dry-run" ]]; then
exit 0 exit 0
fi fi