From 89fb3c8daebcdc4466b0c997b5cdb1e3dfea8f73 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 15 Jun 2020 13:31:28 +1200 Subject: [PATCH] feat(pulldog): configure expiry --- pull-dog.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pull-dog.json b/pull-dog.json index eaeed2e08..18d496f89 100644 --- a/pull-dog.json +++ b/pull-dog.json @@ -1,4 +1,5 @@ { "dockerComposeYmlFilePaths": ["docker-compose.pull-dog.yml"], - "isLazy": true + "isLazy": true, + "expiry": "1.00:00:00" }