From 9a81fc6bdc3574b61bb70953b5d897e79f716b5d Mon Sep 17 00:00:00 2001 From: Nicolas Descostes <nicolas.descostes@embl.it> Date: Thu, 14 Apr 2022 15:39:47 +0200 Subject: [PATCH] replace by main branch --- .gitlab-ci.yml | 15 +++++++++++++-- README.md | 2 +- .../deeplabcut/Singularity.deeplabcut-2202 | 1 - 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae4ef4f..33122fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,12 +61,23 @@ image: # DeepLabCut ##################### -deeplabcut-2202-test: - extends: .templateTest +#deeplabcut-2202-test: +# extends: .templateTest +# variables: +# BASENAME: deeplabcut +# TAG: 2202 +# RECIPE_PATH: recipes/image-analysis/deeplabcut + +deeplabcut-2202-builddeploy: + extends: .templateBuildDeploy variables: BASENAME: deeplabcut TAG: 2202 RECIPE_PATH: recipes/image-analysis/deeplabcut + only: + changes: + - recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202 + ##################### ## Quality control diff --git a/README.md b/README.md index 8ea21c5..b874945 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ For instance, if you want to submit fastqc version 0119cv8, your rule name will - As title: toolName-tag-test - description: A one-line sentence to explain what the tool is. Please precise any important information as well. -- Assignee: Choose Nicolas Descostes +- Reviewer: Choose Nicolas Descostes - **Be careful:** Uncheck the `Delete source branch when merge request is accepted.` before submitting. 11) Now it is time to test the build of your singularity. You will see a gear on the right of `Detached merge request pipeline #32160 waiting for manual action for `. Click on it and hit the play button next to your rule. diff --git a/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202 b/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202 index 6c885aa..8e4c244 100644 --- a/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202 +++ b/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202 @@ -24,4 +24,3 @@ From: deeplabcut/deeplabcut:latest-core %runscript exec /usr/bin/python3 "$@" - -- GitLab