From adfccee7724cf9c29034f2422be6220aceb62f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 26 Jun 2021 14:10:21 +0800 Subject: [PATCH] update *.yml --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index a1a5f78..0000000 --- a/.drone.yml +++ /dev/null @@ -1,10 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: dtapps - image: golang - commands: - - go mod tidy - - ls -lh -- GitLab