Skip to content
Snippets Groups Projects
Commit 3525e06b authored by Georges Racinet's avatar Georges Racinet
Browse files

ci: fixing the build by installing dependency gone missing

This is the same as what's been done earlier for heptapod/hg-git:
`/usr/bin/ssh` is no longer installed with `git-core` because the
base image skips install of `Recommends` dependencies.
parent 5f912243
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,7 +2,8 @@
PYTHONPATH: /ci/repos/mercurial
before_script:
- apt-get update && apt-get -y install git-core subversion subversion-tools
- apt-get update
- apt-get -y install git-core subversion subversion-tools openssh-client
- PYTHONPATH= pip install --user dulwich==0.19.13
tests-hg-default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment