dovetail: bugfix for gsutil cp 57/26457/1
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 23 Dec 2016 03:15:59 +0000 (22:15 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Fri, 23 Dec 2016 03:17:01 +0000 (22:17 -0500)
JIRA: DOVETAIL-164

Change-Id: Ibb035d7d791eab510e833f572b86cd084592d898
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/dovetail/dovetail-artifacts-upload.sh

index 84abea1..ce02dd5 100755 (executable)
@@ -18,7 +18,7 @@ sudo docker pull ${DOCKER_REPO_NAME}:${DOCKER_TAG}
 sudo docker save -o ${STORE_FILE_NAME} ${DOCKER_REPO_NAME}:${DOCKER_TAG}
 
 OPNFV_ARTIFACT_VERSION=$(date -u +"%Y-%m-%d_%H-%M-%S")
-GS_UPLOAD_LOCATION="gs://$GS_URL/$OPNFV_ARTIFACT_VERSION"
+GS_UPLOAD_LOCATION="${STORE_URL}/${OPNFV_ARTIFACT_VERSION}"
 (
     echo "OPNFV_ARTIFACT_VERSION=$OPNFV_ARTIFACT_VERSION"
     echo "OPNFV_GIT_URL=$(git config --get remote.origin.url)"
@@ -57,7 +57,7 @@ echo
 cd $WORKSPACE
 # upload artifact and additional files to google storage
 gsutil cp ${CACHE_DIR}/${STORE_FILE_NAME} \
-${STORE_URL}/${STORE_FILE_NAME} > gsutil.file.log 2>&1
+${STORE_URL}/${STORE_FILE_NAME} > gsutil.dockerfile.log 2>&1
 gsutil cp $WORKSPACE/opnfv.properties \
 ${STORE_URL}/opnfv-$OPNFV_ARTIFACT_VERSION.properties > gsutil.properties.log 2>&1
 gsutil cp $WORKSPACE/opnfv.properties \