Skip to content

Commit

Permalink
Show output in folder before goreleaser runs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Jan 23, 2024
1 parent 03e25f7 commit 9f24266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci-scripts/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ docker images | grep goreleaser
docker pull goreleaser/goreleaser
# run goreleaser to build packages
echo "PWD: $PWD"
tree -a
echo "docker run --rm --privileged \
-v \"$PWD\":\"$BASEDIR\" \
-w \"$BASEDIR\" \
Expand Down

0 comments on commit 9f24266

Please sign in to comment.