Skip to content
Snippets Groups Projects
Commit 1eb9161f authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fix bug in configure_release and add missing config artifacts to singularity stage

parent 75fdb4cf
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,7 @@ mkdir -p config
cp /etc/profile.d/z10_spack_environment.sh config/spack-env.sh
export BRANCH=$1
if [ ${BRANCH} == "release" ]; then
export TAG="latest"
else
export TAG="unstable"
fi
export TAG=$1
## Spack sets the man-path, which stops bash from using the default man-path
## We can fix this by appending a trailing colon to MANPATH
......
......@@ -58,6 +58,9 @@ release:docker:
- make $TARGET_RELEASE
- echo "Publishing image $PUBLISH"
- make $PUBLISH
artifacts:
paths:
- config
release:singularity:
stage: singularity
......
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