mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +02:00
Fix registry_ear_file
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196918963
This commit is contained in:
parent
e5f4b5a17b
commit
44890c2964
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ def registry_ear_file(name, out, configs, wars, **kwargs):
|
|||
"cd ..",
|
||||
]
|
||||
cmd += [
|
||||
("find . | sed 1d | cut -c 3- | LC_ALL=C sort" +
|
||||
" | xargs $${zipper} cC $${repo}/$@"),
|
||||
"$${zipper} cC $${repo}/$@ $$(find . | sed 1d | cut -c 3- | LC_ALL=C sort)",
|
||||
"cd $${repo}",
|
||||
"rm -rf $${tmp}",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue