Skip to content

Commit

Permalink
Merge pull request #1010 from amazeeio/992-curator
Browse files Browse the repository at this point in the history
992 - fixing curator runs by making sure .bashrc is sourced for cronjobs
  • Loading branch information
Schnitzel authored May 27, 2019
2 parents ea514a0 + 606c788 commit 6e82083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ environments:
service: auto-idler
- name: curator
schedule: '01 0 * * * '
command: /usr/bin/curator --config /curator/curator.yml /curator/actions.yml
command: /lagoon/cronjob.sh "/usr/bin/curator --config /curator/curator.yml /curator/actions.yml"
service: logs-db-curator

0 comments on commit 6e82083

Please sign in to comment.