Fix password

This commit is contained in:
kolaente 2018-06-20 13:27:56 +02:00
parent d365cd6bfe
commit 2aa2f1988d
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ services:
image: microsoft/mssql-server-linux:latest
environment:
- ACCEPT_EULA=Y
- SA_PASSWORD=M$wantsaSecurePassword
- SA_PASSWORD=M$wantsaSecurePassword1
- MSSQL_PID=Standard
when:
event: [ push, tag, pull_request ]

View File

@ -41,7 +41,7 @@ TEST_PGSQL_PASSWORD ?= postgres
TEST_MSSQL_HOST ?= mssql:1433
TEST_MSSQL_DBNAME ?= testgitea
TEST_MSSQL_USERNAME ?= sa
TEST_MSSQL_PASSWORD ?= M$wantsaSecurePassword
TEST_MSSQL_PASSWORD ?= M$wantsaSecurePassword1
ifeq ($(OS), Windows_NT)
EXECUTABLE := gitea.exe