diff options
Diffstat (limited to 'config.hs')
| -rw-r--r-- | config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
