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

comment pfam ci step

parent 32525729
No related branches found
No related tags found
No related merge requests found
...@@ -279,14 +279,14 @@ get-zotero: ...@@ -279,14 +279,14 @@ get-zotero:
rules: rules:
- if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "main"
get-pfam: # get-pfam:
extends: .df-wiki-cli-run # extends: .df-wiki-cli-run
stage: get-data # stage: get-data
script: # script:
- df-wiki-cli pfam --output public/pfam-a-hmm.csv # - df-wiki-cli pfam --output public/pfam-a-hmm.csv
artifacts: # artifacts:
paths: # paths:
- public/pfam-a-hmm.csv # - public/pfam-a-hmm.csv
# rules: # rules:
# - if: $CI_COMMIT_BRANCH == "main" # - if: $CI_COMMIT_BRANCH == "main"
...@@ -319,7 +319,7 @@ build:dev:wiki: ...@@ -319,7 +319,7 @@ build:dev:wiki:
extends: .build extends: .build
needs: needs:
- set-meili-env:dev - set-meili-env:dev
- get-pfam # - get-pfam
variables: variables:
BASE_URL: /wiki/ BASE_URL: /wiki/
rules: rules:
...@@ -331,7 +331,7 @@ build:prod:wiki: ...@@ -331,7 +331,7 @@ build:prod:wiki:
needs: needs:
- set-meili-env:prod - set-meili-env:prod
- get-zotero - get-zotero
- get-pfam # - get-pfam
variables: variables:
BASE_URL: /wiki/ BASE_URL: /wiki/
rules: rules:
......
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