From 2805877f506460bc8bf77ca16843dfb162b76401 Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 6 Sep 2022 15:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitlab=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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab/workflows/build.yml b/.gitlab/workflows/build.yml index 36b6646..b794771 100644 --- a/.gitlab/workflows/build.yml +++ b/.gitlab/workflows/build.yml @@ -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/* \ No newline at end of file