Skip to content

Commit

Permalink
try using gcloud init to create ~/.boto file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Apr 17, 2024
1 parent f3d0f98 commit e36fe59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ pipeline {
poetry install --with dev
poetry run which ingest
# edit ~/.boto to include AWS credentials
# create & edit ~/.boto to include AWS credentials
gcloud init
sed -i "s@<your aws access key ID>@$(AWS_ACCESS_KEY_ID)@g" ~/.boto
sed -i "s@<your aws secret access key>@$(AWS_SECRET_ACCESS_KEY)@g" ~/.boto
'''
Expand Down

0 comments on commit e36fe59

Please sign in to comment.