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

Remove more vestiges of GAE build (#2881)

This commit is contained in:
Ben McIlwain
2025-11-12 15:31:54 -05:00
committed by GitHub
parent bf66b374c6
commit 816180f3b3

View File

@@ -46,17 +46,9 @@ else
-PmavenUrl="${gcs_prefix}"/maven \ -PmavenUrl="${gcs_prefix}"/maven \
-PpluginsUrl="${gcs_prefix}"/plugins -PpluginsUrl="${gcs_prefix}"/plugins
for service in default pubapi backend bsa tools
do
mv services/"${service}"/build/staged-app "${dest}/${service}"
done
./gradlew :console-webapp:buildConsoleWebapp -Penvironment="${environment}" ./gradlew :console-webapp:buildConsoleWebapp -Penvironment="${environment}"
mkdir -p "${dest}/console" && cp -r console-webapp/staged/* "${dest}/console" mkdir -p "${dest}/console" && cp -r console-webapp/staged/* "${dest}/console"
mv core/build/resources/main/google/registry/env/common/META-INF \
"${dest}/META-INF"
cd "${dest}" cd "${dest}"
tar cvf ../"${environment}.tar" . tar cvf ../"${environment}.tar" .
cd - cd -