We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901948f commit 9f3e511Copy full SHA for 9f3e511
.pkgr.yml
@@ -4,7 +4,7 @@ default_dependencies: false
4
before:
5
- mkdir -p packaging bin
6
- mv docker-gc bin/
7
- - echo '0 * * * * root /usr/bin/docker-gc' > packaging/docker-gc-cron
+ - echo '0 5 * * * root /usr/bin/docker-gc' > packaging/docker-gc-cron
8
targets:
9
ubuntu-16.04: true
10
ubuntu-14.04: true
0 commit comments