Skip to content
Snippets Groups Projects
Commit 320b68d3 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

play with the docker entrypoint

parent 5605e0de
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,7 @@ variables:
image: quay.io/singularity/singularity:v3.9.4
tags:
- privileged
script: |
alias apptainer=singularity
apptainer build cobrexa.sif cobrexa.def
script: build cobrexa.sif cobrexa.def
#
# TESTS
......@@ -237,7 +235,9 @@ gource:
apptainer-test:
rules:
- if: $CI_COMMIT_BRANCH == "develop"
#- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
#when: never
#- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "mk-singularity"
artifacts:
paths:
......
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