add inbucket smtp port env vars (#9987)

This commit is contained in:
Carlos Tadeu Panato Junior
2018-12-11 18:38:44 +01:00
committed by GitHub
parent 5a37a606fc
commit 142ddfe79f
2 changed files with 2 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ pipeline {
CI_MINIO_HOST = "minio"
CI_INBUCKET_PORT = "10080"
CI_MINIO_PORT = "9000"
CI_INBUCKET_SMTP_PORT = "10025"
CI_LDAP_HOST = "openldap"
IS_CI = true
}

View File

@@ -44,6 +44,7 @@ up()
-e CI_MINIO_HOST="minio" \
-e CI_INBUCKET_PORT="10080" \
-e CI_MINIO_PORT="9000" \
-e CI_INBUCKET_SMTP_PORT="10025" \
-e CI_LDAP_HOST="openldap" \
-e IS_CI=true \
mattermost/mattermost-build-server:dec-7-2018 /bin/bash