Skip to content

Commit

Permalink
force symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Dec 3, 2024
1 parent 4b5672e commit 79a6da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
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 -s $(pwd)/tenv/* /usr/local/bin
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: 'Checkout'
Expand Down

0 comments on commit 79a6da2

Please sign in to comment.