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
|
image: ubuntu:latest
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG =~ /^v.*/
|
- if: $CI_COMMIT_TAG =~ /^v.*/
|
||||||
before_script:
|
before_script:
|
||||||
@@ -37,8 +35,6 @@ create-release:
|
|||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG =~ /^v.*/
|
- if: $CI_COMMIT_TAG =~ /^v.*/
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user