No more nightly/preview collab anymore (#7112)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2024-01-30 20:11:06 -07:00
committed by GitHub
parent aee0f65b26
commit db99d4fef1
5 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -eu
source script/lib/deploy-helpers.sh
if [[ $# < 2 ]]; then
echo "Usage: $0 <production|preview|nightly|staging> <tag-name>"
echo "Usage: $0 <production|staging> <tag-name>"
exit 1
fi
environment=$1