Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trigger only once a day
  • Loading branch information
crohr committed Jul 15, 2017
1 parent 901948f commit 9f3e511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pkgr.yml
Expand Up @@ -4,7 +4,7 @@ default_dependencies: false
before:
- mkdir -p packaging bin
- mv docker-gc bin/
- echo '0 * * * * root /usr/bin/docker-gc' > packaging/docker-gc-cron
- echo '0 5 * * * root /usr/bin/docker-gc' > packaging/docker-gc-cron
targets:
ubuntu-16.04: true
ubuntu-14.04: true
Expand Down

0 comments on commit 9f3e511

Please sign in to comment.