From 4cd747926dbe402be94889c1a2eb8e581e135bb9 Mon Sep 17 00:00:00 2001 From: Hector Date: Mon, 19 Jun 2023 23:05:57 +0100 Subject: [PATCH] remove rule for build step --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1de8169..0c9342f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,6 @@ test: build: extends: .go_template stage: build - rules: - - if: $CI_COMMIT_TAG =~ /^v.*$/ - when: never - - when: on_success script: - make build artifacts: