Skip to content

Commit

Permalink
trial & error
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Dec 3, 2024
1 parent 79a6da2 commit 5eefb04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/local_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
runs-on: ubuntu-latest
name: Wordpress on Kubernetes
steps:
- name: Install tenv
run: mkdir tenv && wget https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Linux_x86_64.tar.gz -O tenv.tar.gz && tar xzf tenv.tar.gz -C tenv && sudo ln -sf $(pwd)/tenv/* /usr/local/bin
- name: Install helm
run: curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh && helm version
- name: Install dependencies
run: |
mkdir tenv && wget https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Linux_x86_64.tar.gz -O tenv.tar.gz && tar xzf tenv.tar.gz -C tenv && sudo ln -sf $(pwd)/tenv/* /usr/local/bin
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh && helm version
- name: 'Checkout'
uses: actions/checkout@master
- name: Install required Terraform & Terragrunt versions
run: cd environments && tenv tf install && tenv tg install
run: cd environments && /usr/local/bin/tenv tf install && /usr/local/bin/tenv tg install

#### K3D
- name: Install K3D
Expand Down

0 comments on commit 5eefb04

Please sign in to comment.