diff --git a/.drone.yml b/.drone.yml index 7ee546c..aa8def3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ name: default steps: - name: greeting - image: golang:1.12 + image: hello-world:latest commands: - - go build - - go test + - echo "what is up"