Mercurial > evolve
changeset 5677:9a16cf248b05 stable
heptapod-ci: new address for base Docker images
Primary motivation is rate limiting on Docker Hub
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Fri, 20 Nov 2020 21:32:38 +0100 |
parents | 1d80cda7fe93 |
children | 4737d3db1671 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Mon Nov 23 13:43:29 2020 +0800 +++ b/.gitlab-ci.yml Fri Nov 20 21:32:38 2020 +0100 @@ -6,7 +6,7 @@ - echo testing with mercurial branch="$hg_branch", revision="$hg_rev" pytype: - image: octobus/ci-py3-hgext3rd + image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd script: - *prepare_hg - pytype --version @@ -21,7 +21,7 @@ TEST_HGMODULEPOLICY: "allow" .runtests_template: &runtests - image: octobus/ci-$PY-hgext3rd + image: registry.heptapod.net/mercurial/ci-images/$PY-hgext3rd before_script: - (cd tests; ls -1 test-check-*.t > /tmp/check-tests.txt) script: