# HG changeset patch # User Pierre-Yves David # Date 2021-01-15 19:26:21 # Node ID 723d241543b0f5bec37cb00a36130958ab349992 # Parent 7c1367c0b5bc5faacf6f77ae09a4da5cf887e1d8 heptapod-ci: allow testing with docker image other than :latest The project have a default config of latest for this variable. Differential Revision: https://phab.mercurial-scm.org/D9792 diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -2,7 +2,7 @@ stages: - tests - phabricator -image: registry.heptapod.net/mercurial/ci-images/mercurial-core +image: registry.heptapod.net/mercurial/ci-images/mercurial-core:$HG_CI_IMAGE_TAG variables: PYTHON: python