Skip to content
Snippets Groups Projects
Commit 309ff5e2 authored by Nicolas Descostes's avatar Nicolas Descostes
Browse files

remove deploy keyword

parent 9dc5fda0
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ image:
tags:
- docker7
only:
- if: $CI_COMMIT_BRANCH == "main" && $CI_COMMIT_MESSAGE == "deploy"
- if: $CI_COMMIT_BRANCH == "main"
script:
- singularity build container.sif $RECIPE_PATH/Singularity.$BASENAME-$TAG
- singularity push --docker-username gitlab-ci-token --docker-password $CI_JOB_TOKEN container.sif oras://"$CI_REGISTRY_IMAGE"/$BASENAME:$TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment