Introduce drone.yml
This commit is contained in:
parent
7b483115b9
commit
c8442eeea4
17
.drone.yml
Normal file
17
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user