Ignore the mash lock file.

Today's mash lock files are from the failed epel*-testing repos.
They are not currently mashing despite their presence, and we want
to deploy bodhi-2.2.2 to production.
This commit is contained in:
Randy Barlow 2016-09-26 02:59:58 +00:00
parent dc28eb9c6c
commit 2e580970b0

View file

@ -8,7 +8,7 @@
tasks:
- name: Check for the existance of a mashing lock.
shell: "ls -alh /mnt/koji/mash/updates/MASHING*"
shell: "/bin/true || ls -alh /mnt/koji/mash/updates/MASHING*"
register: lockfile
ignore_errors: true