mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Remove more vestiges of GAE build (#2881)
This commit is contained in:
@@ -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 -
|
||||||
|
|||||||
Reference in New Issue
Block a user