summaryrefslogtreecommitdiffstats
path: root/jjb/cntt/cntt.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-05-25 00:55:19 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-05-25 00:55:19 +0200
commit9604f5145ba3614e2255db9cccf20dd2973ccd5c (patch)
tree18e24d7cb45b76e2a0ec1d73b10fd4de69b4969a /jjb/cntt/cntt.yaml
parentfc48c863d6dc5eae21a2f8b5906f5c135f5864bd (diff)
Fix incorrect url
Change-Id: I6d78c48d0fb010b698ac0cb73e0aded79269218a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/cntt/cntt.yaml')
-rw-r--r--jjb/cntt/cntt.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cntt/cntt.yaml b/jjb/cntt/cntt.yaml
index 0941d747d..f214dd523 100644
--- a/jjb/cntt/cntt.yaml
+++ b/jjb/cntt/cntt.yaml
@@ -7,7 +7,7 @@
if [ -d {dir} ] && [ -f {dir}/tox.ini ]; then
(cd {dir} && tox
wget -q -N https://dl.min.io/client/mc/release/linux-amd64/mc && chmod a+x mc
- ./mc cp -r -q build/ opnfv/artifacts.opnfv.org/$BUILD_TAG/{stream}
+ ./mc cp -r -q build/ opnfv/artifacts.opnfv.org/{stream}/$BUILD_TAG
echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/index.html\n")
fi
if [ -d {dir}/build ] && [ -f {dir}/build/Makefile ]; then