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