From 39b68721a6f0553dc835dbf02fdd88be3516412e Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 23 Mar 2021 00:24:21 -0400 Subject: [PATCH] Update .drone.yml --- .drone.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index cb35414..0950f53 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,13 +2,9 @@ kind: pipeline type: docker name: default -clone: - disable: true - steps: - - name: pull - image: alpine/git + - name: test + image: alpine commands: - - git clone https://github.com/drone/hello-world.git . - - ls -la - + - echo hello + - echo world