Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix target setting in test
  • Loading branch information
bkendall committed Jul 26, 2022
commit 7becb0e671c1a8cc76f9ec1d84f8aabd5ec4458a
1 change: 1 addition & 0 deletions scripts/storage-deploy-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cat > "firebase.json" <<- EOM
]
}
EOM
firebase use --add "${FBTOOLS_TARGET_PROJECT}"
firebase target:apply storage storage-target "${FBTOOLS_TARGET_PROJECT}.appspot.com"
echo "Updated config for targets."

Expand Down