Skip to content

Commit

Permalink
Заменен устаревший флаг --rm-dist на --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
igostv committed Nov 9, 2023
1 parent 441c825 commit 76453ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goreleaser.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run --rm --privileged -v %cd%:/go/src/app -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/app goreleaser/goreleaser:latest release --snapshot --skip-publish --rm-dist
docker run --rm --privileged -v %cd%:/go/src/app -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/app goreleaser/goreleaser:latest release --snapshot --skip-publish --clean
2 changes: 1 addition & 1 deletion goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ docker run --rm --privileged \
-v $PWD:/go/src/app \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /go/src/app \
goreleaser/goreleaser:latest release --snapshot --skip-publish --rm-dist
goreleaser/goreleaser:latest release --snapshot --skip-publish --clean

0 comments on commit 76453ed

Please sign in to comment.