diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac1b3b463cb42a56a4b556d9d5970d4ffa4d636..37bce91b38393263e93ed76ef9c6b9c32e3db29f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,8 @@ include: stages: - test - - build_pkgsrc - - build_pkg - - upload_pkg + - build + - release test: stage: test @@ -15,7 +14,7 @@ test: - go test -v ./... build: - stage: build_pkg + stage: build release: - stage: upload_pkg + stage: upload