summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2022-09-09 08:19:15 +0000
committerGerrit Code Review <gerrit@opnfv.org>2022-09-09 08:19:15 +0000
commitb0204d2dd14cb975ac02c6eb40b28759f52d7ae6 (patch)
treec9415f0bb9db862fafeb7e27159858443ffcd032 /jjb
parente92bdb27ce117ebf82dd01d03b9b86aff99dd0b5 (diff)
parent278bffbec1e18a66edb5011c51b840b9fcc61034 (diff)
Merge "Fix mc calls"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/cntt/cntt.yaml4
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