From 853c97d8232c658dc960810d349ac0a2ba6aebfc Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 4 Oct 2023 14:19:22 +0200 Subject: [PATCH] test build pfam --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72e2bc56..6dc544be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ cache: - node_modules/ stages: + - pfam - build - deploy @@ -39,6 +40,16 @@ stages: # when: on_success # expire_in: "30 days" +pfam: + image: ubuntu:23.04 + stage: pfam + before_script: + - wget https://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.dat.gz + - ls -al + script: + - gunzip Pfam-A.hmm.dat.gz + - ls -al + build:dev: extends: .build rules: -- GitLab