diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index fdb1d75..0000000 --- a/.drone.yml +++ /dev/null @@ -1,10 +0,0 @@ -kind: pipeline -type: docker -name: test - -steps: - - name: hello - image: alpine - commands: - - echo "✅ Drone CI/CD is working!" - - date