mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修改gitlab打包脚本
This commit is contained in:
@@ -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/*
|
||||
Reference in New Issue
Block a user