Skip to content

Commit

Permalink
chore: replace the deprecated option --rm-dist to --clean (#6153)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Jun 28, 2023
1 parent 1ea402f commit df18a10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- run: ssh remote-docker "sudo apt-get update; sudo apt-get install -y qemu-user-static binfmt-support"
- checkout
- run: make build-js
- run: goreleaser --debug --rm-dist --skip-publish --snapshot
- run: goreleaser --debug --clean --skip-publish --snapshot
- slack/notify-on-failure:
only_for_branches: main

Expand Down
2 changes: 1 addition & 1 deletion build.toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
GR_ARGS: ""
dependencies:
- build-js
command: goreleaser --debug build --snapshot --rm-dist $GR_ARGS
command: goreleaser --debug build --snapshot --clean $GR_ARGS
input_paths:
- .git/
- cmd/
Expand Down
2 changes: 1 addition & 1 deletion scripts/release-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VERSION=$(git describe --abbrev=0 --tags)
./scripts/upload-assets.py --clean "$VERSION"
./scripts/upload-assets.py "$VERSION"

goreleaser --rm-dist
goreleaser --clean

./scripts/release-update-tilt-repo.sh "$VERSION"
./scripts/release-update-tilt-docs-repo.sh "$VERSION"
Expand Down

0 comments on commit df18a10

Please sign in to comment.