diff options
author | Matt Martz <matt@sivel.net> | 2021-03-01 14:20:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 14:20:10 -0600 |
commit | 949b2cc74c4bd2f890b1d197ee96a0b81db4d0db (patch) | |
tree | cea721b5eac3100acfc048f6a76bfd79e95d6681 /setup.py | |
parent | 6cb324bb0e8fd8b85993e825dfef68d79156c2f0 (diff) | |
download | ansible-949b2cc74c4bd2f890b1d197ee96a0b81db4d0db.tar.gz |
Update CI URL in setup.py (#73750)
* Update CI URL in setup.py
* AZP
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -360,7 +360,7 @@ static_setup_params = dict( url='https://ansible.com/', project_urls={ 'Bug Tracker': 'https://github.com/ansible/ansible/issues', - 'CI: Shippable': 'https://app.shippable.com/github/ansible/ansible', + 'CI: Azure Pipelines': 'https://dev.azure.com/ansible/ansible/', 'Code of Conduct': 'https://docs.ansible.com/ansible/latest/community/code_of_conduct.html', 'Documentation': 'https://docs.ansible.com/ansible/', 'Mailing lists': 'https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information', |