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:
Andreas Jaeger
2017-10-20 22:03:37 +02:00
parent 3f76a2a2fb
commit 1f2e5692b9

View File

@@ -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