This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: lifetracker
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: say-hello
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- echo hello-world
|
||||||
Reference in New Issue
Block a user