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