From 49fafdbce6df68a8a5089c2ed8201bd9bfd2e644 Mon Sep 17 00:00:00 2001 From: zachmann <gabriel.zachmann@kit.edu> Date: Wed, 7 Feb 2024 12:16:33 +0100 Subject: [PATCH] [ci] debug ci --- .gitlab-ci-scripts/goreleaser.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci-scripts/goreleaser.sh b/.gitlab-ci-scripts/goreleaser.sh index 72909834..6f1776de 100755 --- a/.gitlab-ci-scripts/goreleaser.sh +++ b/.gitlab-ci-scripts/goreleaser.sh @@ -7,6 +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 docker run --rm --privileged \ -v "$PWD":"$BASEDIR" \ -w "$BASEDIR" \ -- GitLab