diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5796ad503a..b2d16116e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,6 +86,12 @@ services: pull: default image: gitea/test-openldap:latest + - name: elasticsearch + pull: default + environment: + discovery.type: single-node + image: elasticsearch:7.5.0 + steps: - name: fetch-tags pull: default |