# HG changeset patch # User Pierre-Yves David # Date 1611759212 -3600 # Node ID 2aef69e8efbb477959f182e9df19b0e9637f5e6d # Parent 7525e77b5eac36f88b655a6067fe1969af733003 heptapod-ci: add a default value for HG_CI_IMAGE_TAG Differential Revision: https://phab.mercurial-scm.org/D9886 diff -r 7525e77b5eac -r 2aef69e8efbb contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Tue Jan 12 00:11:16 2021 +0300 +++ b/contrib/heptapod-ci.yml Wed Jan 27 15:53:32 2021 +0100 @@ -7,6 +7,7 @@ variables: PYTHON: python TEST_HGMODULEPOLICY: "allow" + HG_CI_IMAGE_TAG: "latest" .runtests_template: &runtests stage: tests