mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Make the git checkout in this cron job quiet so it doesn't send email everytime.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# continous delivery of atomic host
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd ./scripts/build-test-ostree
|
||||
*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && cd $TMPDIR && git clone -q https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd ./scripts/build-test-ostree
|
||||
|
||||
|
||||
Reference in New Issue
Block a user