Skip to content
Snippets Groups Projects
Commit 6af56e3a authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Ujwal Kundur
Browse files

fix: disable singularity containers for oneapi

parent 28c2c43e
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !338. Comments created here will be created in the context of that merge request.
......@@ -499,6 +499,7 @@ oneapi_jug_dev:singularity:default:
- oneapi_jug_dev:default
variables:
BUILD_IMAGE: "oneapi_jug_dev"
when: manual
oneapi_jug_xl:singularity:default:
extends: .singularity
......@@ -507,6 +508,7 @@ oneapi_jug_xl:singularity:default:
- oneapi_jug_xl:default
variables:
BUILD_IMAGE: "oneapi_jug_xl"
when: manual
oneapi_jug_xl:singularity:nightly:
stage: deploy
......@@ -516,6 +518,7 @@ oneapi_jug_xl:singularity:nightly:
- oneapi_jug_xl:nightly
variables:
BUILD_IMAGE: "oneapi_jug_xl"
when: manual
script:
- mkdir build
- singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment