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