There was an error while loading. Please reload this page.
1 parent fa15318 commit fa6cdcdCopy full SHA for fa6cdcd
2 files changed
scripts/hosting-tests/run.sh
@@ -148,7 +148,6 @@ mkdir "public"
148
touch "public/${TARGET_FILE}"
149
echo "${DATE}" > "public/${TARGET_FILE}"
150
echo "Setting targets..."
151
-firebase use "${FBTOOLS_TARGET_PROJECT}" --alias default
152
firebase target:apply hosting customtarget "${FBTOOLS_TARGET_PROJECT}" --project "${FBTOOLS_TARGET_PROJECT}"
153
echo "Set targets."
154
echo "Initialized second temp directory."
scripts/storage-deploy-tests/run.sh
@@ -64,7 +64,6 @@ cat > "firebase.json" <<- EOM
64
]
65
}
66
EOM
67
68
firebase target:apply storage storage-target "${FBTOOLS_TARGET_PROJECT}.appspot.com" --project "${FBTOOLS_TARGET_PROJECT}"
69
echo "Updated config for targets."
70
0 commit comments