mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Fix registry_ear_file
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196918963
This commit is contained in:
@@ -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}",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user