diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index f3fcbc8..0000000 --- a/.drone.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -kind: pipeline -type: docker -name: default - -steps: - - name: hello_world - image: alpine:latest - commands: - - echo "Hello, World!" \ No newline at end of file