diff options
author | Matti R <matti@mdranta.net> | 2020-10-14 16:45:38 -0400 |
---|---|---|
committer | Matti R <matti@mdranta.net> | 2020-10-14 16:45:38 -0400 |
commit | cf86abaf3cf58adf581d571c909d62145538f840 (patch) | |
tree | 500ec49fb5995bcdefc5c813b124dd887d379364 | |
parent | 33e0e37537370470cc3c819bdfd9230d6ebedb84 (diff) | |
download | gitea-cf86abaf3cf58adf581d571c909d62145538f840.tar.gz gitea-cf86abaf3cf58adf581d571c909d62145538f840.zip |
run mysql container with same conditions as other services
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml index e3db45cd59..111469fefe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,12 +119,6 @@ services: from_secret: gitlab_read_token depends_on: - build - when: - branch: - - master - event: - - push - - pull_request - name: mysql8 pull: default |