ci: remove terraform installation step

main
Raphaël 2021-05-31 10:30:35 +02:00 committed by GitHub
parent 0a9cb8a7bf
commit d9278b309b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -28,14 +28,6 @@ jobs:
version: "1.16.2"
# Disable cache at it seem to broke go 1.16 installation
cache: false
- run:
name: install dependencies
command: |
sudo apt-get -qq update && sudo apt-get -qq -y install unzip
curl "https://releases.hashicorp.com/terraform/0.14.5/terraform_0.14.5_linux_amd64.zip" --output terraform.zip
unzip terraform.zip
sudo mv terraform /usr/local/bin && sudo chmod +x /usr/local/bin
terraform version
- run: make deps
- run: make install-tools
- run: