remove opentofu setup step
Some checks failed
/ non-lab (push) Failing after 12s

This commit is contained in:
Chris Cowley 2024-09-02 15:37:42 +02:00
parent b3f6089fcb
commit 96668c9848

View file

@ -14,13 +14,13 @@ jobs:
sparse-checkout: |
non-lab
- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
- 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
#- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
# - 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
# #- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
- name: Setup Kubernetes client
run: |
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}