We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdc650 commit f8f844cCopy full SHA for f8f844c
.circleci/ci_integration.sh
@@ -22,8 +22,6 @@ setup_environment() {
22
# gcloud variables
23
export CLOUDSDK_CORE_PROJECT="${PROJECT_ID}"
24
export GOOGLE_APPLICATION_CREDENTIALS="${tmpfile}"
25
- gcloud auth activate-service-account --key-file="${tmpfile}"
26
- gcloud compute networks list --format=json
27
28
# Terraform input variables
29
export TF_VAR_project_id="${PROJECT_ID}"
@@ -46,7 +44,7 @@ main() {
46
44
set -x
47
45
# Execute the test lifecycle
48
bundle exec kitchen create
49
- bundle exec kitchen converge -c 4
+ bundle exec kitchen converge
50
bundle exec kitchen verify
51
}
52
0 commit comments