diff options
author | 2022-09-09 08:02:00 +0000 | |
---|---|---|
committer | 2022-09-09 08:02:00 +0000 | |
commit | e92bdb27ce117ebf82dd01d03b9b86aff99dd0b5 (patch) | |
tree | 70813878f55c9d78ac7f43729e2eba970ac1e65c /jjb | |
parent | a9a4e3fa28777248393139a826726a0522957582 (diff) | |
parent | 90f0fd3a99fd7f86049c9c8cd56c010c6bea1a01 (diff) |
Merge "Fix url when publishing docx"
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 |