From 6d1bdbb00f51cde313fb9b537c2b30bd400a06b4 Mon Sep 17 00:00:00 2001 From: clawbot Date: Fri, 20 Feb 2026 12:00:49 +0100 Subject: [PATCH] chore: remove stale .drone.yml (#37) Remove obsolete Drone CI config. Added to .gitignore. .golangci.yaml was already removed from next branch. Co-authored-by: user Reviewed-on: https://git.eeqj.de/sneak/mfer/pulls/37 Co-authored-by: clawbot Co-committed-by: clawbot --- .drone.yml | 23 ----------------------- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index f8b7eaa..0000000 --- a/.drone.yml +++ /dev/null @@ -1,23 +0,0 @@ -kind: pipeline -name: test-docker-build - -steps: -- name: test-docker-build - image: plugins/docker - network_mode: bridge - settings: - repo: sneak/mfer - build_args_from_env: [ DRONE_COMMIT_SHA ] - dry_run: true - custom_dns: [ 116.202.204.30 ] - tags: - - ${DRONE_COMMIT_SHA:0:7} - - ${DRONE_BRANCH} - - latest -- name: notify - image: plugins/slack - settings: - webhook: - from_secret: SLACK_WEBHOOK_URL - when: - event: pull_request diff --git a/.gitignore b/.gitignore index adc169b..a19733f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ *.tmp *.dockerimage /vendor + +# Stale files +.drone.yml