diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 28b5e7e..0000000 --- a/.drone.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -kind: pipeline -type: docker -name: nomad-nummer5 - -steps: -- name: test - image: alpine - commands: - - echo hello - - echo world