Skip to content

Commit fa6cdcd

Browse files
committed
fix(test): use firebase target:apply --project directly without firebase use
1 parent fa15318 commit fa6cdcd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/hosting-tests/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ mkdir "public"
148148
touch "public/${TARGET_FILE}"
149149
echo "${DATE}" > "public/${TARGET_FILE}"
150150
echo "Setting targets..."
151-
firebase use "${FBTOOLS_TARGET_PROJECT}" --alias default
152151
firebase target:apply hosting customtarget "${FBTOOLS_TARGET_PROJECT}" --project "${FBTOOLS_TARGET_PROJECT}"
153152
echo "Set targets."
154153
echo "Initialized second temp directory."

scripts/storage-deploy-tests/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ cat > "firebase.json" <<- EOM
6464
]
6565
}
6666
EOM
67-
firebase use "${FBTOOLS_TARGET_PROJECT}" --alias default
6867
firebase target:apply storage storage-target "${FBTOOLS_TARGET_PROJECT}.appspot.com" --project "${FBTOOLS_TARGET_PROJECT}"
6968
echo "Updated config for targets."
7069

0 commit comments

Comments
 (0)