mirror of
https://github.com/go-gitea/gitea
synced 2025-01-11 18:24:27 +00:00
ci: activate ldap on arm64
This commit is contained in:
parent
443efe21b6
commit
91e345450a
@ -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…
x
Reference in New Issue
Block a user