File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ script: |
71
71
if [ "$should_update" == "yes" ]
72
72
then
73
73
# 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
77
77
# update latest version in ibmcloud object storage
78
78
echo $TRAVIS_TAG > version.txt
79
79
ibmcloud cos put-object --bucket detect-secrets-client-version --key version --body version.txt --region us-south
You can’t perform that action at this time.
0 commit comments