Fix the tests.

This commit is contained in:
Abhilash Raj
2018-07-25 22:34:01 -07:00
committed by Abhilash Raj
parent aec49d8bda
commit 7ce2c3f14d
2 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ if [ "$EVENT_TYPE" = "cron" ] || [ "$DEV" = "true" ]; then
-t maxking/postorius:rolling postorius/ -t maxking/postorius:rolling postorius/
else else
# Do the normal building process. # Do the normal building process.
$DOCKER build -t maxking/mailman-core core/ $DOCKER build -t maxking/mailman-core:rolling core/
$DOCKER build -t maxking/mailman-web web/ $DOCKER build -t maxking/mailman-web:rolling web/
$DOCKER build -t maxking/postorius postorius/ $DOCKER build -t maxking/postorius:rolling postorius/
fi fi

View File

@@ -13,10 +13,10 @@ version: '2'
services: services:
mailman-core: mailman-core:
image: maxking/mailman-core:$TAG image: maxking/mailman-core:rolling
mailman-web: mailman-web:
image: maxking/mailman-web:$TAG image: maxking/mailman-web:rolling
environment: environment:
- SECRET_KEY=abcdefghijklmnopqrstuv - SECRET_KEY=abcdefghijklmnopqrstuv
EOF EOF