From 0aa1b4a1e4e92d1323814317236e273ab02d26da Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Tue, 27 Aug 2024 17:29:44 +0200 Subject: [PATCH] fix deprecated link in Gitlab workflow --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6476bce78..68e4d2b63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ test:ubuntu22.04: - make -j 2 - echo " ... done building OST." - echo " Downloading chemical compounds..." - - wget ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz + - wget https://files.wwpdb.org/pub/pdb/data/monomers/components.cif.gz - echo " ... done downloading compounds" - echo " Building a compound library..." - stage/bin/chemdict_tool create components.cif.gz compounds.chemlib pdb -i -- GitLab