Skip to content
Snippets Groups Projects
Verified Commit d9ff6964 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Build container immediately.

parent aeec0547
No related branches found
No related tags found
No related merge requests found
Subproject commit 3b69e7b92bae8a4c3f22ab170f46f0822128d0db Subproject commit 6a23c121885caad1849677bdadd00ea20e7242f9
...@@ -5,16 +5,15 @@ container: ...@@ -5,16 +5,15 @@ container:
- master - master
tags: tags:
- docker-shell - docker-shell
needs: [meta]
variables: variables:
GIT_STRATEGY: fetch OPENMPI_VERSIONS: 'off' # 4.0.1
OPENMPI_VERSIONS: 'off 2.1.6 3.1.4 4.0.1'
GIT_LFS_SKIP_SMUDGE: "1"
extends: extends:
- .defaults - .defaults
- .container-maker-setup - .container-maker-setup
script: script:
- python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . --pm system --cvode --ompi $OPENMPI_VERSIONS - python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . --pm system --cvode --ompi $OPENMPI_VERSIONS
artifacts: artifacts:
name: container
paths: paths:
- _out/images/*.sif - _out/images/*.sif
expire_in: 2 weeks
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