From 6a7f6e3bcb71b901ddf7ada1b5998c80eaf55616 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 17 Jul 2020 15:38:23 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3e22561..de4f8bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,10 @@ kind: pipeline +name: hello-world type: docker -name: default - -clone: - disable: true steps: - - name: clone - image: alpine:3.8 + - name: say-hello + image: busybox 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 + - echo hello-world + \ No newline at end of file