From 1bbb86eab5aa60c9045b614edeec42934625c0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Sat, 6 Oct 2018 20:26:39 +0300 Subject: [PATCH] Add autobuild for 'setup' --- tests/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/build.yml b/tests/build.yml index 256e3f73..0b6858a0 100644 --- a/tests/build.yml +++ b/tests/build.yml @@ -49,3 +49,8 @@ services: docs: image: $DOCKER_ORG/docs:$VERSION build: ../docs + + setup: + image: $DOCKER_ORG/setup:$VERSION + build: ../setup +