删除gitlab打包脚本

This commit is contained in:
lwch
2022-09-06 15:47:55 +08:00
parent db9fe9be9c
commit c1b7cd35ae
-21
View File
@@ -1,21 +0,0 @@
image: lwch/natpass-builder:1.19
stages:
- lint
- build
lint:
stage: lint
script:
- go install golang.org/x/lint/golint@latest
- golint -set_exit_status code/...
- go install github.com/gordonklaus/ineffassign@latest
- ineffassign ./...
build:
stage: build
script:
- go run contrib/build/build_all.go
artifacts:
paths:
- release/*