From 96668c984840cf46c8071110653819033ef594e3 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:37:42 +0200 Subject: [PATCH] remove opentofu setup step --- .forgejo/workflows/non-lab.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index c3ec8ad..893e3a5 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -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 }}