summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index e54b3892..a7694991 100644
--- a/config.hs
+++ b/config.hs
@@ -76,7 +76,7 @@ container _host name
let arch = takeWhile (/= '-') name
in Just $ Docker.containerFrom
(image $ System (Debian Unstable) arch)
- [ Docker.inside $ props & GitAnnexBuilder.builder arch "15 * * * *" ]
+ [ Docker.inside $ props & GitAnnexBuilder.builder arch "15 * * * *" True ]
| otherwise = Nothing
-- | Docker images I prefer to use.