mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-16 04:14:52 +02:00
Introducing the repository secret (#18)
* fixes #17 * corrections and adjustments
This commit is contained in:
parent
a751b5018f
commit
dba291dc43
8 changed files with 38 additions and 36 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue