1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

Add required --build_environment flag to tld-sync Cloud Build job (#2306)

This commit is contained in:
sarahcaseybot
2024-01-25 12:27:05 -05:00
committed by GitHub
parent 0112b3ae06
commit b21e1a1935

View File

@@ -37,5 +37,5 @@ for FILE in ${config_file_directory}/${nomulus_env}/*; do
echo $FILE
java -jar /nomulus.jar -e "${nomulus_env}" \
--credential "${tools_credential}" \
configure_tld -i $FILE --force
configure_tld -i $FILE --force --build_environment
done