Skip to content
Snippets Groups Projects
Commit 0370e232 authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: Only install modern MySQL packages

Our Perl images are now all based on Debian Buster so there is no longer
a need to try and install Jessie packages.
parent 27795298
No related branches found
No related tags found
No related merge requests found
Pipeline #47005 failed with stage
in 5 minutes and 8 seconds
......@@ -24,7 +24,7 @@
before_script:
- apt-get update
- apt-get install -y build-essential cpanminus git
- apt-get install -y libmysqlclient-dev mysql-client || apt-get install -y default-libmysqlclient-dev default-mysql-client
- apt-get install -y default-libmysqlclient-dev default-mysql-client
- apt-get install -y libssl-dev sqlite3
- git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl.git
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment