Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
octobus
ci-dockerfiles
Commits
e2222693d109
Commit
e2222693
authored
Jun 24, 2021
by
Pierre-Yves David
🐙
Browse files
hgext: add an image for mercurial 5.8
parent
6eca837d8ef9
Pipeline
#23514
passed with stages
in 19 minutes and 17 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e2222693
...
...
@@ -73,6 +73,7 @@
"
5.5"
,
"
5.6"
,
"
5.7"
,
"
5.8"
,
]
variables
:
IMAGE_NAME
:
py2-hgext3rd-hg-$HG_VERSION
...
...
@@ -96,6 +97,7 @@
"
5.5"
,
"
5.6"
,
"
5.7"
,
"
5.8"
,
]
variables
:
IMAGE_NAME
:
py3-hgext3rd-hg-$HG_VERSION
ci-py2-hgext3rd-hg-5.
7
/Dockerfile
→
ci-py2-hgext3rd-hg-5.
8
/Dockerfile
View file @
e2222693
### py2-hgext3rd-hg-5.
7
### py2-hgext3rd-hg-5.
8
#
# This image should provide all the necessary bits to test a simple mercurial
# extension with Python 2
...
...
@@ -8,5 +8,5 @@
ARG
THIS_BUILD_IMAGE_TAG=latest
FROM
registry.heptapod.net/mercurial/ci-images/py2-hgext3rd:$THIS_BUILD_IMAGE_TAG
RUN
hg
-R
/ci/repos/mercurial update
--rev
'max(tag("re:^5\.
7
"))'
RUN
hg
-R
/ci/repos/mercurial update
--rev
'max(tag("re:^5\.
8
"))'
RUN
make
-C
/ci/repos/mercurial
local
ci-py3-hgext3rd-hg-5.
7
/Dockerfile
→
ci-py3-hgext3rd-hg-5.
8
/Dockerfile
View file @
e2222693
### py3-hgext3rd-"hg-5.
7
"
### py3-hgext3rd-"hg-5.
8
"
#
# This image should provide all the necessary bits to test a simple mercurial
# extension with Python 2
...
...
@@ -8,5 +8,5 @@
ARG
THIS_BUILD_IMAGE_TAG=latest
FROM
registry.heptapod.net/mercurial/ci-images/py3-hgext3rd:$THIS_BUILD_IMAGE_TAG
RUN
hg
-R
/ci/repos/mercurial update
--rev
'max(tag("re:^5\.
7
"))'
RUN
hg
-R
/ci/repos/mercurial update
--rev
'max(tag("re:^5\.
8
"))'
RUN
make
-C
/ci/repos/mercurial
local
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment