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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user