From b245fed8c4eceddffe4b2e5706b0a223b04b4330 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 17 Jul 2020 15:08:28 +0000 Subject: [PATCH] Ajouter '.drone.yml' --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3e22561 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file