1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +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:
gbrodman
2025-03-03 23:05:53 -05:00
committed by GitHub
parent 6c7bf5e5dd
commit 8896fb94f4

View File

@@ -111,7 +111,7 @@ fi
if [[ "${SUT}" = "nomulus" ]]; then
DEPLOYED_SYSTEM="sql"
elif [[ "${SUT}" = "sql" ]]; then
DEPLOYED_SYSTEM="nomulus"
DEPLOYED_SYSTEM="nomulus-gke"
else
echo "${USAGE}"
exit 1