Skip to content
Snippets Groups Projects
Commit 954b6209 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Delete the release before recreate it

parent 5a5a1f74
No related branches found
No related tags found
No related merge requests found
Pipeline #38882 passed
...@@ -207,6 +207,10 @@ ...@@ -207,6 +207,10 @@
] ]
} }
}') }')
- >
curl --header "Content-Type: application/json" \
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
--request DELETE "${GITLAB_API_PROJECT_URL}/releases/${tag_name}"
- > - >
curl --data "${RELEASE_DATA}" \ curl --data "${RELEASE_DATA}" \
--header "Content-Type: application/json" \ --header "Content-Type: application/json" \
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" /> <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$/DojoExercise_c_hello_world" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/shared" vcs="Git" /> <mapping directory="$PROJECT_DIR$/src/shared" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/sharedByClients" vcs="Git" /> <mapping directory="$PROJECT_DIR$/src/sharedByClients" vcs="Git" />
</component> </component>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment