From b1591767be9a1c7efb90a879fb69fc130f9882a8 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 29 Sep 2024 22:23:21 +0200 Subject: [PATCH] WIP --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de5f41f858..817bb16f1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -421,15 +421,3 @@ release-libs: script: - bash ./lib/python/package.sh - bash ./lib/python/release.sh - -release-gitlab: - stage: release - image: docker.io/alpine:3.18 - when: manual - only: - refs: - - /^release-.*/ - before_script: - - "apk add bash curl" - script: - - bash -ec "curl -fsSL -X POST -H \"Content-Type: application/json\" -H \"PRIVATE-TOKEN: ${CI_TOKEN}\" --data '{\"name\": \"v${APP_VERSION}\", \"tag_name\": \"v${APP_VERSION}\", \"ref\": \"${CI_COMMIT_BRANCH}\", \"description\": \"Automated release from CI/CD\"}' https://gitlab.phaidra.org/api/v4/projects/450/releases" \ No newline at end of file -- GitLab