This commit is contained in:
parent
b3f6089fcb
commit
96668c9848
1 changed files with 7 additions and 7 deletions
|
@ -14,13 +14,13 @@ jobs:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
non-lab
|
non-lab
|
||||||
- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
|
- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
|
||||||
- name: Setup OpenTofu
|
# - name: Setup OpenTofu
|
||||||
run: |
|
# run: |
|
||||||
curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh
|
# curl -fsSl https://get.opentofu.org/install-opentofu.sh -o /tmp/install-opentofu.sh
|
||||||
chmod +x /tmp/install-opentofu.sh
|
# chmod +x /tmp/install-opentofu.sh
|
||||||
/tmp/install-opentofu.sh --install-method deb
|
# /tmp/install-opentofu.sh --install-method deb
|
||||||
rm -f /tmp/install-opentofu.sh
|
# rm -f /tmp/install-opentofu.sh
|
||||||
#- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
|
# #- uses: https://code.lab.cowley.tech/homelab/forgejo-opentofu-runner@main
|
||||||
- name: Setup Kubernetes client
|
- name: Setup Kubernetes client
|
||||||
run: |
|
run: |
|
||||||
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
|
export B2_APPLICATION_KEY=${{ secrets.B2_APPLICATION_KEY }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue