Add nomulus deployment and service manifests (#2389)

This commit is contained in:
Lai Jiang
2024-04-11 19:01:09 +00:00
committed by GitHub
parent 9ca54e4364
commit e434528cd3
15 changed files with 287 additions and 42 deletions
+2 -2
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}