Skip to content

Commit

Permalink
remove wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
richard guthrie authored and richard guthrie committed Sep 24, 2020
1 parent 8b66795 commit c12e11f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,14 @@ jobs:
./bin/golangci-lint run ./test/azure/ --build-tags=azure --timeout 5m0s
- name: setup terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.13.2
terraform_wrapper: false
id: azure_terraform_install

- name: run terraform format
id: azure_terraform_format
run: terraform fmt -check -recursive ./examples/azure
continue-on-error: false
- name: login to azure cli
uses: azure/login@v1.1
with:
Expand Down

0 comments on commit c12e11f

Please sign in to comment.