Skip to content

Commit

Permalink
Merge pull request #66 from Ensembl/fix/master_renamed
Browse files Browse the repository at this point in the history
added master-main fix
  • Loading branch information
sgiorgetti committed Apr 20, 2022
2 parents 0452907 + 5a087ff commit cc9fd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- apt-get install -y build-essential cpanminus git
- 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.git
- git clone --branch=main --depth=1 https://github.com/Ensembl/ensembl.git
- git clone --branch=release-1-6-924 --depth=1 https://github.com/bioperl/bioperl-live.git
# Install IO::Scalar before processing the cpanfile because one of the dependencies
# of Test::FTP::Server requires it yet does not declare it as a dependency, and
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addons:
- unzip

before_install:
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch main --depth 1 https://github.com/Ensembl/ensembl.git
- git clone -b release-1-6-924 --depth 1 https://github.com/bioperl/bioperl-live.git

install:
Expand Down

0 comments on commit cc9fd6a

Please sign in to comment.