Files
fedora-infra_ansible/roles/releng/files/atomic-cd
Dennis Gilmore f875be5984 cleanup the files we dump in /tmp after ourselves
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
2017-01-19 18:56:00 +00:00

5 lines
327 B
Plaintext

# continous delivery of atomic host
MAILTO=releng-cron@lists.fedoraproject.org
*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && pushd $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 && popd && rm -rf $TMPDIR