Skip to content

Commit

Permalink
use find, not tree
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Jan 23, 2024
1 parent 9f24266 commit d22d2b4
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 @@ docker images | grep goreleaser
docker pull goreleaser/goreleaser
# run goreleaser to build packages
echo "PWD: $PWD"
tree -a
find
echo "docker run --rm --privileged \
-v \"$PWD\":\"$BASEDIR\" \
-w \"$BASEDIR\" \
Expand Down

0 comments on commit d22d2b4

Please sign in to comment.