* fix stray dockerhost mention

* fix stray whitespace

* fix missing mattermost-redix cleanup in clean-old-docker

* absolute path to docker-compose, plus simpler ldap initialization

* allow ldapadd to fail on CI
Этот коммит содержится в:
Jesse Hallam
2019-08-02 18:46:32 -03:00
коммит произвёл GitHub
родитель f02f83a7df
Коммит e33bdc94f1
5 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@@ -336,7 +336,7 @@ func TestPluginSync(t *testing.T) {
func(cfg *model.Config) {
s3Host := os.Getenv("CI_MINIO_HOST")
if s3Host == "" {
s3Host = "dockerhost"
s3Host = "localhost"
}
s3Port := os.Getenv("CI_MINIO_PORT")