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 a65a4a2 commit bf48448Copy full SHA for bf48448
.circleci/config.yml
@@ -1,6 +1,6 @@
1
jobs:
2
build:
3
- executor: default
+ executor: go/default
4
steps:
5
- checkout
6
- go/load-cache
@@ -9,7 +9,7 @@ jobs:
9
- run:
10
command: |
11
wget --quiet https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip
12
- sudo unzip -D /usr/local/bin terraform_0.11.14_linux_amd64.zip
+ sudo unzip terraform_0.11.14_linux_amd64.zip -d /usr/local/bin
13
name: Install Terraform
14
- go/test
15
release:
0 commit comments