We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e316d commit 6d30fddCopy full SHA for 6d30fdd
ci/custom_stemcell/tasks/publish-bionic.sh
@@ -6,7 +6,7 @@ VERSION=$(cat version/number | sed 's/\.0$//;s/\.0$//')
6
mkdir -p bluemix-stemcell
7
cp light-bluemix-stemcell/*.tgz bluemix-stemcell/
8
9
-fileUrl=https://s3.us.cloud-object-storage.appdomain.cloud/${PUBLISHED_BUCKET_NAME}/light-bosh-stemcell-${VERSION}-bluemix-xen-ubuntu-bionic-go_agent.tgz
+fileUrl=https://s3.us-south.cloud-object-storage.appdomain.cloud/${PUBLISHED_BUCKET_NAME}/light-bosh-stemcell-${VERSION}-bluemix-xen-ubuntu-bionic-go_agent.tgz
10
echo -e "Stemcell Download URL -> ${fileUrl}"
11
checksum=`curl -L ${fileUrl} | sha1sum | cut -d " " -f 1`
12
echo -e "Sha1 hashcode -> $checksum"
0 commit comments