修改gitlab打包脚本

This commit is contained in:
lwch
2022-09-06 15:23:34 +08:00
parent cfb0b1f859
commit 2805877f50
-4
View File
@@ -3,7 +3,6 @@ image: lwch/natpass-builder:1.19
stages:
- lint
- build
- release
lint:
stage: lint
@@ -17,9 +16,6 @@ build:
stage: build
script:
- go run contrib/build/build_all.go
release:
stage: release
artifacts:
paths:
- release/*