From c1b7cd35ae246eb5f277f950db85ec870c074f2e Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 6 Sep 2022 15:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4gitlab=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/workflows/build.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitlab/workflows/build.yml diff --git a/.gitlab/workflows/build.yml b/.gitlab/workflows/build.yml deleted file mode 100644 index b794771..0000000 --- a/.gitlab/workflows/build.yml +++ /dev/null @@ -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/* \ No newline at end of file