mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
test_hg fix: remove reference to "head"
ERROR! error while evaluating conditional: head.stat.isreg
This is remnant from earlier change 50e5d81777
which removed stat on head file..
This commit is contained in:
parent
d75e707af5
commit
5fc64deffe
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "tags.stat.isreg"
|
- "tags.stat.isreg"
|
||||||
- "head.stat.isreg"
|
|
||||||
- "branches.stat.isreg"
|
- "branches.stat.isreg"
|
||||||
|
|
||||||
- name: verify on a reclone things are marked unchanged
|
- name: verify on a reclone things are marked unchanged
|
||||||
|
|
Loading…
Reference in a new issue