1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 03:35:42 +00:00

Add nomulus deployment and service manifests (#2389)

This commit is contained in:
Lai Jiang
2024-04-11 15:01:09 -04:00
committed by GitHub
parent 9ca54e4364
commit e434528cd3
15 changed files with 287 additions and 42 deletions

View File

@@ -18,8 +18,8 @@
# manifest.
if [[ $# -ne 1 ]]; then
echo "Usage: $0 alpha|crash"
exit 1
echo "Usage: $0 alpha|crash|qa"
exit 1
fi
environment=${1}