Skip to content

Commit 80ebb57

Browse files
committed
Install kustomize in release workflow
1 parent c33cc6b commit 80ebb57

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- name: Install tools
1313
run: |
14+
curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
1415
curl -L -O https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.2.0/kubebuilder_2.2.0_linux_amd64.tar.gz
1516
tar zxvf kubebuilder_2.2.0_linux_amd64.tar.gz
1617
sudo mv kubebuilder_2.2.0_linux_amd64 /usr/local/kubebuilder

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ docker-push:
6363
docker push ${NAME}:${VERSION}
6464

6565
# Generate the release manifest file
66-
release:
66+
release: test
6767
mkdir -p release
6868
kustomize build config/default > release/actions-runner-controller.yaml
6969

0 commit comments

Comments
 (0)