Skip to content

Commit 6fc8ed2

Browse files
XIANJUN ZHUjustineyster
XIANJUN ZHU
authored andcommitted
Use us-south (Yelp#263)
1 parent 7990aff commit 6fc8ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ script: |
7171
if [ "$should_update" == "yes" ]
7272
then
7373
# install ibmcloud cli
74-
curl -sL https://raw.githubusercontent.com/IBM-Cloud/ibm-cloud-developer-tools/master/linux-installer/idt-installer | bash
75-
# login to ibm cloud
76-
ibmcloud login --apikey ${IBM_CLOUD_API_KEY} -a https://cloud.ibm.com -r us-east
74+
curl -sL https://raw.githubusercontent.com/IBM-Cloud/ibm-cloud-developer-tools/master/linux-installer/idt-installer | bash
75+
# login to ibm cloud
76+
ibmcloud login --apikey ${IBM_CLOUD_API_KEY} -a https://cloud.ibm.com -r us-south
7777
# update latest version in ibmcloud object storage
7878
echo $TRAVIS_TAG > version.txt
7979
ibmcloud cos put-object --bucket detect-secrets-client-version --key version --body version.txt --region us-south

0 commit comments

Comments
 (0)