mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
Use nomulus-gke tagging mechanism in sql-int tests (#2702)
Had to temporarily create the files in gs://domain-registry-dev-deployed-tags but the automated release process will take care of that soon
This commit is contained in:
@@ -111,7 +111,7 @@ fi
|
|||||||
if [[ "${SUT}" = "nomulus" ]]; then
|
if [[ "${SUT}" = "nomulus" ]]; then
|
||||||
DEPLOYED_SYSTEM="sql"
|
DEPLOYED_SYSTEM="sql"
|
||||||
elif [[ "${SUT}" = "sql" ]]; then
|
elif [[ "${SUT}" = "sql" ]]; then
|
||||||
DEPLOYED_SYSTEM="nomulus"
|
DEPLOYED_SYSTEM="nomulus-gke"
|
||||||
else
|
else
|
||||||
echo "${USAGE}"
|
echo "${USAGE}"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user