Skip to content
Snippets Groups Projects
Commit 25ca6371 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

run pfam when in main

parent 57666322
No related branches found
No related tags found
No related merge requests found
Pipeline #112944 passed with stages
in 7 minutes and 1 second
......@@ -17,8 +17,8 @@ stages:
.build:
stage: build
image: docker:24
needs:
- format-pfam
# needs:
# - format-pfam
variables:
CONTEXT: "."
DOCKERFILE: "Dockerfile"
......@@ -56,6 +56,8 @@ get-pfam:
artifacts:
paths:
- Pfam-A.hmm.dat
rules:
- if: $CI_COMMIT_BRANCH == "main"
format-pfam:
image: python:3.11
......@@ -72,6 +74,8 @@ format-pfam:
artifacts:
paths:
- content/_partials/_pfam-a-hmm.csv
rules:
- if: $CI_COMMIT_BRANCH == "main"
build:dev:
extends: .build
......
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