Skip to content

Commit 6c83fe1

Browse files
committed
del release task
1 parent df34f3c commit 6c83fe1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,3 @@ build-example-plugin:
4848
echo "Build: plugins/$${dir}"; \
4949
go build -o plugins/$${dir}/$${dir} plugins/$${dir}/main.go; \
5050
done
51-
52-
.PHONY: release-with-docker
53-
release-with-docker:
54-
docker build -t releaser:latest .
55-
docker run --rm --privileged \
56-
-v $(PWD):/go/src/github.com/sters/onstatic \
57-
-w /go/src/github.com/sters/onstatic \
58-
-e GITHUB_TOKEN=$(GITHUB_TOKEN) \
59-
releaser:latest goreleaser release --rm-dist

0 commit comments

Comments
 (0)