Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from Charliekenney23/update-terraform
Browse files Browse the repository at this point in the history
bump terraform release artifact to latest
  • Loading branch information
0xch4z authored Mar 17, 2020
2 parents f905fb5 + 1e7cedc commit 842245b
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 @@ -9,7 +9,7 @@ jobs:
steps:
- run: apk add --update --no-cache make ca-certificates openssh-keygen openssh-client bash python
- run: mkdir -p /opt/bin && ln -s /opt/bin/terraform /usr/bin/terraform && ln -s /opt/bin/kubectl /usr/bin/kubectl
- run: wget https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip -O /tmp/terraform.zip && unzip /tmp/terraform.zip -d /opt/bin && chmod +x /opt/bin/terraform
- run: wget https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_linux_amd64.zip -O /tmp/terraform.zip && unzip /tmp/terraform.zip -d /opt/bin && chmod +x /opt/bin/terraform
- run: wget https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl -O /opt/bin/kubectl && chmod +x /opt/bin/kubectl
- run: ssh-keygen -q -t rsa -N '' -f $HOME/.ssh/id_rsa
- checkout
Expand All @@ -20,4 +20,3 @@ jobs:
name: Cleanup Failed Test
command: make destroy
when: on_fail

0 comments on commit 842245b

Please sign in to comment.