oops
Some checks failed
/ non-lab (push) Failing after 33s

This commit is contained in:
Chris Cowley 2024-09-02 11:24:39 +02:00
parent 5156b8de66
commit 7291552ff3

View file

@ -16,5 +16,5 @@ jobs:
- name: Setup OpenTofu
run: curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh; chmod +x /tmp/install-opentofu.sh; /tmp/install-opentofu.sh --install-method deb; rm -f /tmp/install-opentofu.sh
- name: Tofu init
working-directory: ${{ githubworkspace }}/non-lab
working-directory: ${{ github.workspace }}/non-lab
run: pwd; tofu init; ls -la