Skip to content

Commit 6d30fdd

Browse files
authored
fix S3 COS region in the URL
1 parent f0e316d commit 6d30fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/custom_stemcell/tasks/publish-bionic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION=$(cat version/number | sed 's/\.0$//;s/\.0$//')
66
mkdir -p bluemix-stemcell
77
cp light-bluemix-stemcell/*.tgz bluemix-stemcell/
88

9-
fileUrl=https://s3.us.cloud-object-storage.appdomain.cloud/${PUBLISHED_BUCKET_NAME}/light-bosh-stemcell-${VERSION}-bluemix-xen-ubuntu-bionic-go_agent.tgz
9+
fileUrl=https://s3.us-south.cloud-object-storage.appdomain.cloud/${PUBLISHED_BUCKET_NAME}/light-bosh-stemcell-${VERSION}-bluemix-xen-ubuntu-bionic-go_agent.tgz
1010
echo -e "Stemcell Download URL -> ${fileUrl}"
1111
checksum=`curl -L ${fileUrl} | sha1sum | cut -d " " -f 1`
1212
echo -e "Sha1 hashcode -> $checksum"

0 commit comments

Comments
 (0)