From b6e6bf29ee6c7c98dae3788ef9c8f9774eb85e1d Mon Sep 17 00:00:00 2001 From: Jerry <85411418@qq.com> Date: Sat, 3 Aug 2024 00:18:25 +0800 Subject: [PATCH] update --- .drone.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 009e59c..0000000 --- a/.drone.yml +++ /dev/null @@ -1,34 +0,0 @@ -kind: pipeline -type: docker -name: wechat-sdk - -clone: - depth: 1 - -platform: - os: linux - arch: amd64 - -steps: - - name: ci_1.18 - pull: if-not-exists - image: golang:1.18 - environment: - GO111MODULE: "on" - GOPROXY: "https://goproxy.cn,direct" - GOSUMDB: "off" - CGO_ENABLED: "0" - GOOS: "linux" - commands: - - go version - - go env - - go mod tidy - - go test ./... - -trigger: - branch: - - main - event: - - push - - pull_request - - tag