Skip to content

Commit

Permalink
Remove needless linking of Terraform executable
Browse files Browse the repository at this point in the history
This mirrors what was done in cisagov/skeleton-generic#82.

Co-authored-by: Nick M. <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj authored Jul 13, 2021
1 parent 5add9a5 commit 78df20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ jobs:
"https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/${TERRAFORM_ZIP}"
sudo unzip -d /opt/terraform \
${{ env.CURL_CACHE_DIR }}/"${TERRAFORM_ZIP}"
sudo ln -s /opt/terraform/terraform /usr/bin/terraform
sudo mv /usr/local/bin/terraform /usr/local/bin/terraform-default
sudo ln -s /opt/terraform/terraform /usr/local/bin/terraform
- name: Install dependencies
Expand Down

0 comments on commit 78df20d

Please sign in to comment.