diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml index f3ca0ffab9b95592774020d65bfa43e2aa69304b..3c65d68b28d7addb7299f17564c3bf1ec78bc41a 100644 --- a/NodeApp/.gitlab-ci/01_functions.yml +++ b/NodeApp/.gitlab-ci/01_functions.yml @@ -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}" \ --header "Content-Type: application/json" \ diff --git a/NodeApp/.idea/vcs.xml b/NodeApp/.idea/vcs.xml index 073c3af9249ca68df7259aa068e9081d1d0ddc0d..d86e73b516141a07b5ba1f16f6f315749512bedc 100644 --- a/NodeApp/.idea/vcs.xml +++ b/NodeApp/.idea/vcs.xml @@ -2,7 +2,6 @@ <project version="4"> <component name="VcsDirectoryMappings"> <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/sharedByClients" vcs="Git" /> </component>