summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 3fe8dd9980..345b9fbc3f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -99,7 +99,19 @@ services:
image: mysql:5.7
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
- MYSQL_DATABASE: test
+ 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