diff options
author | Lauris BH | 2020-05-18 19:14:28 +0300 |
---|---|---|
committer | GitHub | 2020-05-18 19:14:28 +0300 |
commit | 1aa6176bd82a938a01e838f801ef7ea63a682edb (patch) | |
tree | 35050e2241e9bb5d1b4121cf2b35cf315b842a3b | |
parent | 2289e59bd7d62c341abbacf4818215c7b8c88549 (diff) |
MySQL instance is needed for all triggers (#11484)v1.12.0-rc1
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 1e981c4c1..a18839a49 100644 --- a/.drone.yml +++ b/.drone.yml @@ -105,10 +105,6 @@ services: from_secret: gitlab_read_token depends_on: - build - when: - event: - - push - - pull_request - name: mysql8 pull: default |