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

.gitlab-ci.yml: revert to non deletion state


Signed-off-by: default avatarJan-Tarek Butt <tarek@ring0.de>
parent 4557e1ac
No related branches found
No related tags found
No related merge requests found
......@@ -126,14 +126,7 @@ cleanup:
tags:
- firmware
script:
- |
(
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") &;
exit 0;
fi # Exit the job if marker file exists
)
- if [ -f skip_pipeline ]; then exit 0; fi # Exit the job if marker file exists
- touch .patched
- ./buildscript.sh clean_patches
- rm -rf ../output
......
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