Ajouter '.drone.yml'
This commit is contained in:
parent
599d31d741
commit
b245fed8c4
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine:3.8
|
||||||
|
commands:
|
||||||
|
- echo this is a clone step
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
image: bradrydzewski/private-test
|
||||||
|
commands:
|
||||||
|
- echo this is a build step
|
Loading…
Reference in New Issue
Block a user