This commit is contained in:
parent
be35a786a9
commit
f501c6273e
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ jobs:
|
|||
chmod +x /usr/local/bin/argocd
|
||||
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 -s -- /usr/local/bin
|
||||
|
||||
- name: Setup Go 1.23.x
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue