diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cntt/cntt.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cntt/cntt.yaml b/jjb/cntt/cntt.yaml index 23bb3a972..57afa59ac 100644 --- a/jjb/cntt/cntt.yaml +++ b/jjb/cntt/cntt.yaml @@ -23,7 +23,7 @@ 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/$i\n" + echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma\n" done) fi |