diff --git a/Jenkinsfile b/Jenkinsfile index b346d918..775d42be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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@@$(AWS_ACCESS_KEY_ID)@g" ~/.boto sed -i "s@@$(AWS_SECRET_ACCESS_KEY)@g" ~/.boto '''