Merge "Cut moselle branch for barometer"
[releng.git] / jjb / cntt / cntt.yaml
index 8615928..f214dd5 100644 (file)
@@ -7,15 +7,15 @@
           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}
-            echo -e "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/index.html\n")
+            ./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
             (cd {dir}/build && make
             wget -q -N https://dl.min.io/client/mc/release/linux-amd64/mc && chmod a+x mc
             for i in *.pdf; do
-              ./mc cp -r -q $i opnfv/artifacts.opnfv.org/$BUILD_TAG/{stream}
-              echo -e "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/$i\n"
+              ./mc cp -r -q $i opnfv/artifacts.opnfv.org/{stream}/$BUILD_TAG
+              echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/$i\n"
             done)
           fi