Skip to content

Commit

Permalink
Revert "Prevent the release manual job to run on branches (#3843)" (#…
Browse files Browse the repository at this point in the history
…3980)

This reverts commit ab36aa8.
  • Loading branch information
ofek committed Jun 26, 2019
1 parent ef49b25 commit ee12816
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -28,8 +28,6 @@ release-manual:
only:
# Integration release tags e.g. any_check-X.Y.Z-rc.N
- /.*-\d+\.\d+\.\d+(-(rc|pre|alpha|beta)\.\d+)?$/
except:
- branches
script:
# Get tagger info
- tagger=$(git show "$CI_COMMIT_TAG" | head -2 | tail -1)
Expand Down

0 comments on commit ee12816

Please sign in to comment.