From 0f1e7faac99be4e3c007995a3f62dc690aaaa687 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 30 Mar 2022 17:17:55 -0400 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f1ddd2..b9d147c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,14 +5,8 @@ clone: disable: true steps: -- name: clone - image: docker:git - commands: - - git clone https://github.com/octocat/hello-world.git - - name: build image: alpine:3.8 commands: - - cd hello-world - - ls -la + - echo hello srinivas