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 c8fd3f5237
commit f0c3ed0f14

View File

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