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-04 04:05:53 +00:00
committed by GitHub
parent 6c7bf5e5dd
commit 8896fb94f4
+1 -1
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