From 1abde341654381b95e8f1341c0bd1663508b309e Mon Sep 17 00:00:00 2001 From: Jason Song Date: Fri, 21 Apr 2023 19:02:30 +0800 Subject: [PATCH] fix: remove drone --- .drone.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 4d85614..0000000 --- a/.drone.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -kind: pipeline -name: update_version - -platform: - os: linux - arch: amd64 - -trigger: - branch: - - main - event: - - cron - cron: - - update_version - -steps: - - name: update - image: alpine:3.17 - pull: always - commands: - - apk add --no-cache curl - - ./bump_version.sh - - - name: push - image: appleboy/drone-git-push:0.2.3-linux-amd64 - pull: always - settings: - author_email: "teabot@gitea.io" - author_name: GiteaBot - branch: main - commit: true - commit_message: "[skip ci] Updated Version via cron" - remote: "git@gitea.com:gitea/homebrew-gitea.git" - environment: - GIT_PUSH_SSH_KEY: - from_secret: git_push_ssh_key