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" \