From eec6751696604fd0de0851c3da63b342648841f2 Mon Sep 17 00:00:00 2001 From: zachmann <gabriel.zachmann@kit.edu> Date: Wed, 7 Feb 2024 12:25:13 +0100 Subject: [PATCH] [ci] debug ci --- .gitlab-ci-scripts/goreleaser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-scripts/goreleaser.sh b/.gitlab-ci-scripts/goreleaser.sh index 6f1776de..62245bb1 100755 --- a/.gitlab-ci-scripts/goreleaser.sh +++ b/.gitlab-ci-scripts/goreleaser.sh @@ -7,7 +7,7 @@ if [ -n "$CI_COMMIT_TAG" ] && echo "$CI_COMMIT_TAG" | grep -qv '~'; then GORELEASER_CONFIG=".goreleaser-release.yml" fi BASEDIR=/go/src/github.com/oidc-mytoken/server -tree +ls $PWD docker run --rm --privileged \ -v "$PWD":"$BASEDIR" \ -w "$BASEDIR" \ -- GitLab