diff options
-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 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 |