mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove the check in the 'hg' integration tests for the 'heads' file, as that was a bit of an idiom
copied over from the svn module.
This commit is contained in:
parent
ea21e5b5dd
commit
50e5d81777
1 changed files with 3 additions and 4 deletions
|
@ -55,14 +55,13 @@
|
|||
stat: path={{ checkout_dir }}/.hgtags
|
||||
register: tags
|
||||
|
||||
- name: check for HEAD
|
||||
stat: path={{ checkout_dir }}/.hg/cache/branchheads
|
||||
register: head
|
||||
|
||||
- name: check for remotes
|
||||
stat: path={{ checkout_dir }}/.hg/branch
|
||||
register: branches
|
||||
|
||||
- debug: var=tags
|
||||
- debug: var=branches
|
||||
|
||||
- name: assert presense of tags/trunk/branches
|
||||
assert:
|
||||
that:
|
||||
|
|
Loading…
Reference in a new issue