diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae4ef4f9afa96c5a99b48f6cc73ad7fe6630b3c6..33122febb51481967b02d61c54b83d9d2be26c32 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 8ea21c50f313cdb39aa90b4d21cc91fce1bc33d8..b874945eb0c4256d35bbe3f5098c5e83e2044b73 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 6c885aa10a959421cef265737fcbc543fb4ff9ab..8e4c244276e5212d05fd9132f0c9fe89f624b1c8 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 "$@" -