Ajouter '.drone.yml'

This commit is contained in:
Bertrand Benjamin 2020-07-17 15:08:28 +00:00
parent 599d31d741
commit b245fed8c4
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View 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