Skip to content
Snippets Groups Projects
Commit 4557e1ac authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

.gitlab-ci.yml: fix subshell


Signed-off-by: default avatarJan-Tarek Butt <tarek@ring0.de>
parent aa96e5fb
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ cleanup:
(
if [ -f skip_pipeline ]; then
# Delete the current pipeline
(sleep 5 && curl --request DELETE --header "PRIVATE-TOKEN: $ACCESS_TOKEN" "https://git.ffnw.de/api/v4/projects/$CI_PROJECT_ID/pipelines/$CI_PIPELINE_ID" &;
(sleep 5 && curl --request DELETE --header "PRIVATE-TOKEN: $ACCESS_TOKEN" "https://git.ffnw.de/api/v4/projects/$CI_PROJECT_ID/pipelines/$CI_PIPELINE_ID") &;
exit 0;
fi # Exit the job if marker file exists
)
......
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