1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Fix a typo (#2657)

This commit is contained in:
Lai Jiang
2025-01-30 21:44:28 -05:00
committed by GitHub
parent dcb55d27bb
commit 6952e0f653

View File

@@ -168,7 +168,7 @@ steps:
set -e set -e
for env in alpha crash qa sandbox production for env in alpha crash qa sandbox production
do do
based_domain=$(grep baseDomain \ base_domain=$(grep baseDomain \
./core/src/main/java/google/registry/config/files/nomulus-config-${env}.yaml | \ ./core/src/main/java/google/registry/config/files/nomulus-config-${env}.yaml | \
awk '{print $2}') awk '{print $2}')
for service in frontend backend pubapi console for service in frontend backend pubapi console