X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fupload_artifacts.sh;fp=ci%2Fupload_artifacts.sh;h=ab661b945e2e5eab9e1f103207a218875c7dac62;hb=b250b24e4a57b904e7c39d96f6909e38c06c7d2a;hp=6c358272b2ae8984f0dbc021f60e356f9a2ed8bc;hpb=417d7d91f7a06c78ef50fb9494744870477ef7f6;p=ovsnfv.git diff --git a/ci/upload_artifacts.sh b/ci/upload_artifacts.sh index 6c35827..ab661b9 100755 --- a/ci/upload_artifacts.sh +++ b/ci/upload_artifacts.sh @@ -26,7 +26,7 @@ echo cd $TMP_RELEASE_DIR for i in `ls *.rpm` do - echo copying $i to gs://$GS_URL/ovs4opnfv-$gitver + echo copying $i to gs://$GS_URL/ovs4opnfv-$filever gsutil cp $TMP_RELEASE_DIR/$i gs://$GS_URL/ovs4opnfv-$filever-$i echo done