Skip to content

Commit

Permalink
fix: ci: use terraform-v1.0.7
Browse files Browse the repository at this point in the history
- drop extra environment debug
  • Loading branch information
benashz committed Sep 27, 2021
1 parent ac34ed8 commit b1f6d15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ jobs:
command: |
export VAULT_TOKEN="root"
export VAULT_ADDR="http://127.0.0.1:8200"
export TF_ACC_TERRAFORM_VERSION="1.0.0"
export TF_ACC_TERRAFORM_VERSION="1.0.7"
export MYSQL_URL="root:mysql@tcp(127.0.0.1:3306)/"
export MYSQL_CONNECTION_URL="{{username}}:{{password}}@tcp(127.0.0.1:3306)/"
export MYSQL_CONNECTION_USERNAME="root"
export MYSQL_CONNECTION_PASSWORD="mysql"
export MONGODB_URL="mongodb://root:mongodb@localhost:27017/admin?ssl=false"
printenv | sort
make testacc TESTARGS='-v'
- run:
name: "Run Build"
Expand Down

0 comments on commit b1f6d15

Please sign in to comment.