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:
parent
dc28eb9c6c
commit
2e580970b0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Check for the existance of a mashing lock.
|
- 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
|
register: lockfile
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue