From 23fc4dd947841f5067128956a2dbd33a7487d2ea Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 3 Sep 2019 10:47:47 -0400 Subject: [PATCH] Don't randomize ports --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d00cc09..b865ebd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,11 +81,11 @@ resources: - container: greenmail image: greenmail/standalone:1.5.9 ports: - - 3025 - - 3110 - - 3143 - - 3465 - - 3993 - - 3995 + - 3025:3025 + - 3110:3110 + - 3143:3143 + - 3465:3465 + - 3993:3993 + - 3995:3995 env: GREENMAIL_OPTS: "-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose"