Skip to content

Commit

Permalink
[ci] debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Feb 7, 2024
1 parent 49fafdb commit eec6751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-scripts/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit eec6751

Please sign in to comment.