mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 09:46:03 +02:00
Copy META-INF to GAE deployment jar
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=249238153
This commit is contained in:
parent
7fd1ad1dc6
commit
f2012b73de
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ do
|
||||||
mv gradle/services/"${service}"/build/staged-app "${dest}/${service}"
|
mv gradle/services/"${service}"/build/staged-app "${dest}/${service}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mv gradle/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 -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue