Skip to content

Commit

Permalink
disabling attempted use of .boto file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Apr 17, 2024
1 parent e36fe59 commit 78ff669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pipeline {
poetry install --with dev
poetry run which ingest
# temporarily disabling, there isn't a .boto file
# 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
# 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 78ff669

Please sign in to comment.