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
heptapod
ci-images
mercurial
Commits
a3bf97e5c3b3
Commit
a3bf97e5
authored
Jan 22, 2021
by
Georges Racinet
🦑
Browse files
Fixing build of evolve default for mercurial stable (5.7rc)
80002b9b52ca
was still cloning with only the default branch
parent
80002b9b52ca
Pipeline
#16876
passed with stages
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.rolling-hg
View file @
a3bf97e5
...
...
@@ -7,7 +7,7 @@
RUN hg pull -R /ci/repos/mercurial/ --rev ${HG_BRANCH} && \
hg -R /ci/repos/mercurial/ update ${HG_BRANCH} && \
hg -R /ci/repos/mercurial summary && \
hg clone --noupdate -r
${HG_BRANCH}
https://mirror.octobus.net/evolve /ci/repos/evolve && \
hg clone --noupdate -r
default
https://mirror.octobus.net/evolve /ci/repos/evolve && \
hg -R /ci/repos/evolve summary && \
mkdir -p /ci/tarballs && \
hg -R /ci/repos/mercurial archive -t tar /ci/tarballs/mercurial.tar && \
...
...
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