Skip to content
Snippets Groups Projects
Commit a2aa22a6 authored by Sven Marcus's avatar Sven Marcus
Browse files

Update .gitlab-ci.yml

parent 49219a17
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ test_python_bindings:
build_singularity_image:
stage: release
stage: build
rules:
- if: $CI_COMMIT_TAG
......@@ -67,7 +67,7 @@ build_singularity_image:
create_release:
image: registry.gitlab.com/gitlab-org/release-cli:latest
stage: release
needs: "build_singularity_image"
needs: ["build_singularity_image"]
rules:
- if: $CI_COMMIT_TAG
......@@ -78,11 +78,4 @@ create_release:
--tag-name "$CI_COMMIT_TAG" \
--ref "$CI_COMMIT_SHA" \
--job-token "$CI_JOB_TOKEN" \
--assets-link='{"name": "VirtualFluidsSingularityImage_OpenMPI", "url":"", "type": "other", "filepath": "Containers/VirtualFluidsOpenMPI.sif" }'
#release:
# tag_name: $CI_COMMIT_TAG
# name: "VirtualFluids $CI_COMMIT_TAG"
# description: "VirtualFluids CFD Simulator"
--assets-link="{'name':'VirtualFluidsSingularityImage_OpenMPI','url':'','type':'other','filepath':'Containers/VirtualFluidsOpenMPI.sif'}"
\ No newline at end of file
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