Skip to content

Commit

Permalink
Use us-south (Yelp#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
XIANJUN ZHU authored and justineyster committed Jun 24, 2020
1 parent 06b0c41 commit 9aa7160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ script: |
if [ "$should_update" == "yes" ]
then
# install ibmcloud cli
curl -sL https://raw.githubusercontent.com/IBM-Cloud/ibm-cloud-developer-tools/master/linux-installer/idt-installer | bash
# login to ibm cloud
ibmcloud login --apikey ${IBM_CLOUD_API_KEY} -a https://cloud.ibm.com -r us-east
curl -sL https://raw.githubusercontent.com/IBM-Cloud/ibm-cloud-developer-tools/master/linux-installer/idt-installer | bash
# login to ibm cloud
ibmcloud login --apikey ${IBM_CLOUD_API_KEY} -a https://cloud.ibm.com -r us-south
# update latest version in ibmcloud object storage
echo $TRAVIS_TAG > version.txt
ibmcloud cos put-object --bucket detect-secrets-client-version --key version --body version.txt --region us-south
Expand Down

0 comments on commit 9aa7160

Please sign in to comment.