Modify `.drone.yml`

This commit is contained in:
Kazuhiro MUSASHI 2024-08-11 18:50:11 +09:00
parent a2c31f1831
commit b73a3e7bfb
1 changed files with 1 additions and 4 deletions

View File

@ -20,11 +20,8 @@ steps:
commands:
- sudo chmod 666 /var/run/docker.sock
- echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
- sudo apt update
- sudo apt install goreleaser
- sudo chown -R circleci:circleci .
- /tmp/goreleaser-download release --clean
- curl -sfL https://goreleaser.com/static/run | bash -s -- check
trigger:
event: