fix(ci): repair failing Gitea Actions
This commit is contained in:
@@ -13,9 +13,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install kustomize
|
||||
# The Gitea act runner image runs as root and has no `sudo`, so install
|
||||
# straight into a writable bin dir instead of `sudo mv … /usr/local/bin`.
|
||||
run: |
|
||||
curl -sL "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
|
||||
sudo mv kustomize /usr/local/bin/
|
||||
install -m 0755 kustomize /usr/local/bin/kustomize
|
||||
|
||||
- name: kustomize build flux/
|
||||
run: kustomize build flux/ > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user