remove rule for build step

This commit is contained in:
Hector 2023-06-19 23:05:57 +01:00
parent 94ef9f34f5
commit 4cd747926d

View File

@ -27,10 +27,6 @@ test:
build: build:
extends: .go_template extends: .go_template
stage: build stage: build
rules:
- if: $CI_COMMIT_TAG =~ /^v.*$/
when: never
- when: on_success
script: script:
- make build - make build
artifacts: artifacts: