Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Dec 3, 2024
1 parent 18973c8 commit 533b47e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/local_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@master
- name: Install required Terraform & Terragrunt versions
run: cd environments && /usr/local/bin/tenv tf install && /usr/local/bin/tenv tg install
run: |
echo $GITHUB_PATH
ls -la /usr/local/bin
cd environments && /usr/local/bin/tenv tf install && /usr/local/bin/tenv tg install
#### K3D
- name: Install K3D
Expand Down

0 comments on commit 533b47e

Please sign in to comment.