.drone.yml hinzugefügt
This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: hello
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Pipeline läuft!"
|
||||
- echo "Repo: ${DRONE_REPO}"
|
||||
- echo "Branch: ${DRONE_BRANCH}"
|
||||
Reference in New Issue
Block a user