summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-02-03 14:49:29 -0800
committerMatt Clay <matt@mystile.com>2022-02-03 15:39:34 -0800
commite312665990d353ed2ab8610237de3da52da58560 (patch)
tree2956215831ee35e0b6415f2c7865fc5aed557614
parentb5c49f10239d9ad76512d74103d2d9d4cf48b4f8 (diff)
downloadansible-e312665990d353ed2ab8610237de3da52da58560.tar.gz
[stable-2.12] Update codecov download URL.
(cherry picked from commit e2d4c41ac0220d7850879d581fd168c3e764a7ab)
-rwxr-xr-x.azure-pipelines/scripts/publish-codecov.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/scripts/publish-codecov.py b/.azure-pipelines/scripts/publish-codecov.py
index ab947f9810..f2bc4b84b3 100755
--- a/.azure-pipelines/scripts/publish-codecov.py
+++ b/.azure-pipelines/scripts/publish-codecov.py
@@ -88,7 +88,7 @@ def download_file(url: str, dest: pathlib.Path, flags: int, dry_run: bool = Fals
def main():
args = parse_args()
- url = 'https://ansible-ci-files.s3.amazonaws.com/codecov/linux/codecov'
+ url = 'https://ci-files.testing.ansible.com/codecov/linux/codecov'
with tempfile.TemporaryDirectory(prefix='codecov-') as tmpdir:
codecov_bin = pathlib.Path(tmpdir) / 'codecov'
download_file(url, codecov_bin, 0o755, args.dry_run)