Last for = in install tofu
This commit is contained in:
@@ -136,7 +136,7 @@ jobs:
|
||||
|
||||
- name: Install OpenTofu
|
||||
run: |
|
||||
curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
|
||||
curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
|
||||
|
||||
- name: Install gopass
|
||||
run: |
|
||||
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Install OpenTofu
|
||||
run: |
|
||||
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
|
||||
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
|
||||
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
|
||||
|
||||
- name: tofu test — Docker stack
|
||||
run: |
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
- name: Install OpenTofu
|
||||
run: |
|
||||
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
|
||||
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
|
||||
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
|
||||
|
||||
- name: tofu test — K8s stack
|
||||
run: |
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
- name: Install OpenTofu
|
||||
run: |
|
||||
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
|
||||
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
|
||||
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
|
||||
|
||||
- name: Install k3d
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user