mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-10 02:04:37 +02:00
Prepare 3.0.0 release (#318)
* Prepare 3.0.0 release. * Install using ansible-galaxy via git instead of cloning directly.
This commit is contained in:
parent
26e3aa3e0a
commit
e18de43407
12 changed files with 37 additions and 465 deletions
|
@ -12,7 +12,7 @@ import subprocess
|
|||
|
||||
def main():
|
||||
"""Main entry point."""
|
||||
p = subprocess.run(['./update-docs.py'], check=False)
|
||||
p = subprocess.run([sys.executable, 'update-docs.py'], check=False)
|
||||
if p.returncode not in (0, 1):
|
||||
print('{0}:0:0: unexpected return code {1}'.format(sys.argv[0], p.returncode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue