From 38e8b9c4d312f13e41108ea3a92f8d9212974c74 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 20 Jun 2018 14:30:00 +0200 Subject: [PATCH] Fix password (again) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dceedb47d..f2727ad34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -360,7 +360,7 @@ services: image: microsoft/mssql-server-linux:latest environment: - ACCEPT_EULA=Y - - SA_PASSWORD=M$wantsaSecurePassword1 + - SA_PASSWORD='M$wantsaSecurePassword1' - MSSQL_PID=Standard when: event: [ push, tag, pull_request ]