diff options
-rw-r--r-- | jjb/cntt/cntt.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/cntt/cntt.yaml b/jjb/cntt/cntt.yaml index 57afa59ac..74642d821 100644 --- a/jjb/cntt/cntt.yaml +++ b/jjb/cntt/cntt.yaml @@ -22,8 +22,8 @@ (cd {dir}/gsma wget -q -N https://dl.min.io/client/mc/release/linux-amd64/mc && chmod a+x mc for i in *.docx *.rst; do - ./mc cp -r -q $i opnfv/artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma/$i - echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma\n" + ./mc cp -r -q $i opnfv/artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma + echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma/$i\n" done) fi |