fix pipeline to release builds #479

Merged
6543 merged 4 commits from fix-release-pipeline into master 2022-03-29 00:29:48 +00:00
2 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,6 @@ steps:
environment: environment:
GOPROXY: https://goproxy.io # proxy.golang.org is blocked in China, this proxy is not GOPROXY: https://goproxy.io # proxy.golang.org is blocked in China, this proxy is not
commands: commands:
- export PATH=$PATH:$GOPATH/bin
- make release - make release
when: when:
event: event:

View File

@ -115,7 +115,7 @@ build-image:
docker build --build-arg VERSION=$(TEA_VERSION) -t gitea/tea:$(TEA_VERSION_TAG) . docker build --build-arg VERSION=$(TEA_VERSION) -t gitea/tea:$(TEA_VERSION_TAG) .
.PHONY: release .PHONY: release
release: release-dirs release-os release-compress release-check release: release-dirs install-release-tools release-os release-compress release-check
.PHONY: release-dirs .PHONY: release-dirs
release-dirs: release-dirs: