Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit 793f4c8

Browse files
committed
Update .drone.yml
1 parent 2c0dbdb commit 793f4c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.drone.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ steps:
3636
environment:
3737
TAG: ${DRONE_TAG}
3838
commands:
39-
- make release
39+
- |
40+
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
41+
mv ./kustomize /usr/local/bin/
42+
make release
4043
when:
4144
branch:
4245
- main

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ endif
8181

8282
release: manifests
8383
sed -i'' -e 's@image: .*@image: '"${IMG}"'@' ./config/manager/manager_image_patch.yaml
84+
mkdir -p dist/
8485
kustomize build config > dist/components.yaml
8586

8687
build-chart:

0 commit comments

Comments
 (0)