From 0e011dbae6921abc097611c17e9b4f80c1aa6d9c Mon Sep 17 00:00:00 2001 From: zachmann Date: Wed, 7 Feb 2024 14:26:35 +0100 Subject: [PATCH] [ci] debug ci --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2c75c8c..21343190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,11 +79,15 @@ prerelease: GIT_DEPTH: 0 REPO_HOST: repo.data.kit.edu REPO_USER: cicd + before_script: + - docker login script: - - set -e - - if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi; - - .gitlab-ci-scripts/goreleaser.sh - - .gitlab-ci-scripts/upload.sh + - | + set -e + set -x + if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi; + .gitlab-ci-scripts/goreleaser.sh + .gitlab-ci-scripts/upload.sh after_script: - curl -d "repo=github.com/oidc-mytoken/server" https://goreportcard.com/checks