Docker run does not need to be interactive for building snapshots
This commit is contained in:
parent
25ae1c6cdd
commit
350f1dc951
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -104,5 +104,5 @@ release:
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.15.5-1 goreleaser release --rm-dist --skip-publish --snapshot
|
docker run -t -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.15.5-1 goreleaser release --rm-dist --skip-publish --snapshot
|
||||||
.PHONY: snapshot
|
.PHONY: snapshot
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue