Browse Source

ci: activate ldap on arm64

pull/9719/head
Antoine GIRARD 6 years ago
parent
commit
91e345450a
  1. 5
      .drone.yml

5
.drone.yml

@ -304,6 +304,9 @@ services:
image: postgres:9.5
environment:
POSTGRES_DB: test
- name: ldap
pull: default
image: gitea/test-openldap:latest
steps:
- name: fetch-tags
@ -338,7 +341,7 @@ steps:
environment:
GOPROXY: off
TAGS: bindata
TEST_LDAP: 0
TEST_LDAP: 1
depends_on:
- build

Loading…
Cancel
Save