Skip to content

Commit

Permalink
fixed tgenv path
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Mar 26, 2024
1 parent 60c634a commit 2198540
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/iac_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
tofu_version: ${{ env.tf_version }}
- run: |
git clone --depth 1 --branch main https://github.com/tgenv/tgenv.git ~/.tgenv
sudo ln -s ~/.tgenv/bin* /usr/local/bin
tgenv install ${{ env.tg_version }}
~/.tgenv/bin/tgenv install ${{ env.tg_version }}
- run: |
cd ./tofu/environments/${{ env.environment }}/terraform/tfbackend
terragrun init
Expand Down

0 comments on commit 2198540

Please sign in to comment.