This commit is contained in:
parent
be35a786a9
commit
2ed0f23da7
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ jobs:
|
||||||
chmod +x /usr/local/bin/argocd
|
chmod +x /usr/local/bin/argocd
|
||||||
argocd version --client
|
argocd version --client
|
||||||
|
|
||||||
|
- name: Setup kustomize
|
||||||
|
run: |
|
||||||
|
unset GITHUB_TOKEN
|
||||||
|
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||||
|
|
||||||
- name: Setup Go 1.23.x
|
- name: Setup Go 1.23.x
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue