ci(aio): fix deploying to firebase (#18590)
This commit is contained in:
parent
6f2038cc85
commit
1e1833198d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue