Skip to content

Commit f8f844c

Browse files
committed
fix to ci_integration.sh
1 parent ecdc650 commit f8f844c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/ci_integration.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ setup_environment() {
2222
# gcloud variables
2323
export CLOUDSDK_CORE_PROJECT="${PROJECT_ID}"
2424
export GOOGLE_APPLICATION_CREDENTIALS="${tmpfile}"
25-
gcloud auth activate-service-account --key-file="${tmpfile}"
26-
gcloud compute networks list --format=json
2725

2826
# Terraform input variables
2927
export TF_VAR_project_id="${PROJECT_ID}"
@@ -46,7 +44,7 @@ main() {
4644
set -x
4745
# Execute the test lifecycle
4846
bundle exec kitchen create
49-
bundle exec kitchen converge -c 4
47+
bundle exec kitchen converge
5048
bundle exec kitchen verify
5149
}
5250

0 commit comments

Comments
 (0)