Remove redundant 'only: tags' specification from build and release stages in CI configuration
All checks were successful
Create Release / build-and-release (push) Successful in 7s
All checks were successful
Create Release / build-and-release (push) Successful in 7s
This commit is contained in:
@@ -7,8 +7,6 @@ build-extension:
|
||||
image: ubuntu:latest
|
||||
tags:
|
||||
- docker
|
||||
only:
|
||||
- tags
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG =~ /^v.*/
|
||||
before_script:
|
||||
@@ -37,8 +35,6 @@ create-release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
tags:
|
||||
- docker
|
||||
only:
|
||||
- tags
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG =~ /^v.*/
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user