mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-26 06:32:26 +00:00
test fix postgresql
This commit is contained in:
parent
d6d3bb1097
commit
29309e3e69
2 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
---
|
---
|
||||||
services:
|
|
||||||
- mysql:latest
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
MYSQL_DATABASE: re2o
|
|
||||||
MYSQL_ROOT_PASSWORD: re2o
|
|
||||||
LANG: 'en_US.UTF-8'
|
LANG: 'en_US.UTF-8'
|
||||||
LC_ALL: 'en_US.UTF-8'
|
LC_ALL: 'en_US.UTF-8'
|
||||||
LANGUAGE: 'en_US.UTF-8'
|
LANGUAGE: 'en_US.UTF-8'
|
||||||
|
|
|
@ -839,7 +839,7 @@ main_function() {
|
||||||
|
|
||||||
ci-setup )
|
ci-setup )
|
||||||
install_requirements
|
install_requirements
|
||||||
install_db 2 1 re2o re2o re2o
|
install_database 2 1 re2o re2o re2o
|
||||||
install_ldap 1 re2o "dc=example,dc=net"
|
install_ldap 1 re2o "dc=example,dc=net"
|
||||||
write_settings_file 2 localhost re2o re2o re2o \
|
write_settings_file 2 localhost re2o re2o re2o \
|
||||||
"cn=admin,dc=example,dc=net" 2 re2o localhost "dc=example,dc=net" \
|
"cn=admin,dc=example,dc=net" 2 re2o localhost "dc=example,dc=net" \
|
||||||
|
|
Loading…
Reference in a new issue