Introduce drone.yml

This commit is contained in:
Jack Jackson 2023-06-14 20:03:19 -07:00
parent 7b483115b9
commit c8442eeea4

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
name: publish
type: docker
platform:
os: linux
arch: arm64
steps:
- name: step1
image: busybox
commands:
- changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\/]*?\/[^\/]*?)\/.*/$1/' | sort | uniq)
- echo $changed_charts
image_pull_secrets:
- dockerconfigjson