Remove duplicate assignment of DIST (#777)
Some checks failed
release-nightly / goreleaser (push) Has been cancelled
release-nightly / release-image (map[tag_suffix: target:basic]) (push) Has been cancelled
release-nightly / release-image (map[tag_suffix:-dind target:dind]) (push) Has been cancelled
release-nightly / release-image (map[tag_suffix:-dind-rootless target:dind-rootless]) (push) Has been cancelled
checks / check and test (push) Has been cancelled

The assignment already happens at line 1.

Signed-off-by: mkesper <mkesper@noreply.gitea.com>

Reviewed-on: https://gitea.com/gitea/act_runner/pulls/777
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: mkesper <mkesper@noreply.gitea.com>
Co-committed-by: mkesper <mkesper@noreply.gitea.com>
This commit is contained in:
mkesper 2025-12-26 00:38:38 +00:00 committed by Lunny Xiao
parent c4b57fbcb2
commit 90d11b8692

View File

@ -1,7 +1,6 @@
DIST := dist
EXECUTABLE := act_runner
GOFMT ?= gofumpt -l
DIST := dist
DIST_DIRS := $(DIST)/binaries $(DIST)/release
GO ?= go
SHASUM ?= shasum -a 256