Remove double $PROJECT from translation publishing
The new publish-artifacts-to-fileserver always adds the projectname, so remove it here to not have two project names like tarballs.openstack.org/translation-source/oslo.db/oslo.db Change-Id: I8d2cf17d4c7500b09ed14ba9be100cb14149a5d3
This commit is contained in:
@@ -721,7 +721,7 @@ function pull_from_zanata {
|
||||
# publishing. This uses the exact same path.
|
||||
function copy_pot {
|
||||
local all_modules=$1
|
||||
local target=.translation-source/$PROJECT/$ZANATA_VERSION/
|
||||
local target=.translation-source/$ZANATA_VERSION/
|
||||
|
||||
for m in $all_modules ; do
|
||||
for f in `find $m -name "*.pot" ` ; do
|
||||
|
Reference in New Issue
Block a user