File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11BANST_AWS_CLI = "banst/awscli"
22DRONE_CLI = "drone/cli:alpine"
3- MAILHOG_MAILHOG = "mailhog/mailhog "
3+ INBUCKET_INBUCKET = "inbucket/inbucket "
44MINIO_MC = "minio/mc:RELEASE.2020-12-18T10-53-53Z"
55OC_CI_ALPINE = "owncloudci/alpine:latest"
66OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-buildifier"
@@ -1089,7 +1089,7 @@ def acceptance(ctx):
10891089 makeParameter = "test-acceptance-cli"
10901090
10911091 if testConfig ["emailNeeded" ]:
1092- environment ["MAILHOG_HOST " ] = "email"
1092+ environment ["EMAIL_HOST " ] = "email"
10931093
10941094 if testConfig ["ldapNeeded" ]:
10951095 environment ["TEST_WITH_LDAP" ] = True
@@ -1408,7 +1408,7 @@ def emailService(emailNeeded):
14081408 if emailNeeded :
14091409 return [{
14101410 "name" : "email" ,
1411- "image" : MAILHOG_MAILHOG ,
1411+ "image" : INBUCKET_INBUCKET ,
14121412 }]
14131413
14141414 return []
@@ -1419,7 +1419,7 @@ def waitForEmailService(emailNeeded):
14191419 "name" : "wait-for-email" ,
14201420 "image" : OC_CI_WAIT_FOR ,
14211421 "commands" : [
1422- "wait-for -it email:8025 -t 600" ,
1422+ "wait-for -it email:9000 -t 600" ,
14231423 ],
14241424 }]
14251425
You can’t perform that action at this time.
0 commit comments