Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-arek authored Jul 24, 2023
1 parent 5f304e0 commit f0b6bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: type != 'pull_request' && env(VAULT_PASS) is present && env(VAULT_USERNAME) is present

script:
- vault login -method=userpass username=$VAULT_USERNAME password=$VAULT_PASS --no-print
- vault login --no-print -method=userpass username=$VAULT_USERNAME password=$VAULT_PASS
- vault kv get -field=secret gcp/gcr-sa-key > /tmp/gcr_key.json;
- gcloud -q auth activate-service-account --key-file /tmp/gcr_key.json;
- gcloud -q config set project ${GCE_PROJECT}
Expand Down

0 comments on commit f0b6bce

Please sign in to comment.