1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

Introducing the repository secret (#18)

* fixes #17
* corrections and adjustments
This commit is contained in:
Georg Lauterbach
2021-01-18 20:51:56 +01:00
committed by GitHub
parent a751b5018f
commit dba291dc43
8 changed files with 38 additions and 36 deletions

View File

@ -3,7 +3,7 @@
load 'test_helper/bats-support/load'
load 'test_helper/bats-assert/load'
NAME=${NAME:-'docker.io/mailserver/testing:latest'}
NAME=${NAME:-mailserver-testing:ci}
# default timeout is 120 seconds
TEST_TIMEOUT_IN_SECONDS=${TEST_TIMEOUT_IN_SECONDS-120}