Skip to content

Commit

Permalink
fix cron
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Aug 19, 2017
1 parent 9f3e511 commit 5bd8f13
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 5 * * * root /usr/bin/docker-gc' > packaging/docker-gc-cron
- echo '0 5 * * * root FORCE_IMAGE_REMOVAL=1 FORCE_CONTAINER_REMOVAL=1 /usr/bin/docker-gc' > packaging/docker-gc-cron
targets:
ubuntu-16.04: true
ubuntu-14.04: true
Expand Down

0 comments on commit 5bd8f13

Please sign in to comment.