Skip to content

Commit

Permalink
Add kind config file as GitHub release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Sep 23, 2020
1 parent ecc5936 commit a9c5d27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ steps:
commands:
- furyctl vendor -H
- kustomize build . > $${RELEASE_MANIFESTS_PATH}
- cp katalog/tests/config/kind-config-custom kind-config-${DRONE_TAG}.yml
when:
ref:
include:
Expand Down Expand Up @@ -461,6 +462,7 @@ steps:
file_exists: skip
files:
- fury-distribution-${DRONE_TAG}.yml
- kind-config-${DRONE_TAG}.yml
- Furyfile.yml
- kustomization.yaml
prerelease: true
Expand All @@ -487,6 +489,7 @@ steps:
file_exists: skip
files:
- fury-distribution-${DRONE_TAG}.yml
- kind-config-${DRONE_TAG}.yml
- Furyfile.yml
- kustomization.yaml
prerelease: false
Expand Down

0 comments on commit a9c5d27

Please sign in to comment.