summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-10-14 17:44:18 -0400
committerGitHub <noreply@github.com>2020-10-14 17:44:18 -0400
commit76ac83402bdcce2024a6b5ce3e53d1c072e27acc (patch)
treebab2eeaf5d2aa1393f25acae19bb7e1383a3c80f /.drone.yml
parent07c9f6dca4e77abedf421b14fc928323a80b1bf0 (diff)
downloadgitea-76ac83402bdcce2024a6b5ce3e53d1c072e27acc.tar.gz
gitea-76ac83402bdcce2024a6b5ce3e53d1c072e27acc.zip
Clean up mysql service in drone (#13145)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index e3db45cd59..872dcf750d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -113,18 +113,6 @@ services:
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: test
- GOPROXY: off
- TAGS: bindata sqlite sqlite_unlock_notify
- GITLAB_READ_TOKEN:
- from_secret: gitlab_read_token
- depends_on:
- - build
- when:
- branch:
- - master
- event:
- - push
- - pull_request
- name: mysql8
pull: default