Remove Job condition, not needed
This commit is contained in:
parent
d831ab90d2
commit
9007127c0b
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ image: 3.10.8-slim-buster
|
|||
rules:
|
||||
# Regex magic copied from Neshura/page-test, only deploys on x.y.z or higher (x.y) Tags
|
||||
- if: $CI_COMMIT_TAG =~ /^((([\d])+\.){1,2}[\d]+)\s*$/ && $CI_COMMIT_TAG
|
||||
- if: $CI_JOB_MANUAL
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
|
Loading…
Reference in a new issue