summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index c568050d44..1fd42fa4ec 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -134,6 +134,7 @@ pipeline:
group: test
environment:
TAGS: bindata
+ TEST_LDAP: "1"
commands:
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
- apt-get install -y git-lfs
@@ -148,6 +149,7 @@ pipeline:
group: test
environment:
TAGS: bindata
+ TEST_LDAP: "1"
commands:
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
- apt-get install -y git-lfs
@@ -161,6 +163,7 @@ pipeline:
group: test
environment:
TAGS: bindata
+ TEST_LDAP: "1"
commands:
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
- apt-get install -y git-lfs
@@ -336,3 +339,8 @@ services:
- POSTGRES_DB=test
when:
event: [ push, tag, pull_request ]
+
+ ldap:
+ image: gitea/test-openldap:latest
+ when:
+ event: [ push, tag, pull_request ]