diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be50e25..98f0fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: