t
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

pull/4/head
dmitry.kirdyashkin 2023-07-22 01:55:48 +03:00
parent 37da17d74e
commit 427257507c
1 changed files with 2 additions and 1 deletions

3
lib
View File

@ -50,7 +50,8 @@ function upload-attachments(){
function delete-release(){ function delete-release(){
curl \ curl \
-X 'DELETE' \ -X 'DELETE' \
-Url "https://gitea.kdiva.ru/api/v1/repos/${DRONE_REPO}/releases/${1}" -Url "https://gitea.kdiva.ru/api/v1/repos/${DRONE_REPO}/releases/${1}" \
-H 'Authorization: Bearer 10e4af53e553aacb905766512e36487492d61a66'
} }
function vars() { function vars() {