From 665835ce6c13ec55168e51fe3bf53954767df2af Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sat, 28 Sep 2024 20:33:22 +0200 Subject: [PATCH] Debug --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6274b98959..4875124343 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -432,4 +432,5 @@ release-gitlab: before_script: - "apk add bash curl" script: + - "echo \"curl -fsSL -X POST -H 'Content-Type: application/json' -H 'PRIVATE-TOKEN: (nope) --data {'name': 'v${APP_VERSION}', 'tag_name': 'v${CI_COMMIT_BRANCH}', 'ref': '${CI_COMMIT_BRANCH}', 'description': 'Automated release from CI/CD'} https://gitlab.phaidra.org/api/v4/projects/450\"" - "curl -fsSL -X POST -H 'Content-Type: application/json' -H 'PRIVATE-TOKEN: ${CI_TOKEN}' --data \"{'name': 'v${APP_VERSION}', 'tag_name': 'v${CI_COMMIT_BRANCH}', 'ref': '${CI_COMMIT_BRANCH}', 'description': 'Automated release from CI/CD'}\" https://gitlab.phaidra.org/api/v4/projects/450" \ No newline at end of file -- GitLab