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

initial commit

parent ab6ecc8b
No related branches found
No related tags found
No related merge requests found
# See https://docs.gitlab.com/ee/ci/yaml/index.html for all available options
stages:
- buildPushImage
image:
name: quay.io/singularity/singularity:v3.8.4
entrypoint: [""]
#####################
## Quality control
#####################
build-push-singularity-fastqc:
tags:
- docker7
stage: buildPushImage
variables:
BASENAME: fastqc
TAG: 0119
RECIPE_PATH: recipes/quality-control/
script:
- singularity build container.sif $RECIPE_PATH/Singularity.$BASENAME-$TAG
- echo $CI_COMMIT_SHORT_SHA
- singularity push --docker-username gitlab-ci-token --docker-password $CI_JOB_TOKEN container.sif oras://"$CI_REGISTRY_IMAGE"/$BASENAME:$TAG
only:
changes:
- recipes/quality-control/Singularity.fastqc-0119
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