File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -58,20 +58,6 @@ check:lint:
58
58
- if : $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != 'master' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
59
59
when : manual
60
60
61
- check:nix-dry :
62
- stage : check
63
- needs : []
64
- script :
65
- - nix-build -v -v --dry-run ./release.nix
66
- rules :
67
- # Runs on feature and staging commits and ignores version commits
68
- - if : $CI_COMMIT_BRANCH =~ /^(?:feature.*|staging)$/ && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
69
- # Runs on tag pipeline where the tag is a prerelease or release version
70
- - if : $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
71
- # Manually run on commits other than master and ignore version commits
72
- - if : $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != 'master' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
73
- when : manual
74
-
75
61
check:test :
76
62
stage : check
77
63
needs : []
You can’t perform that action at this time.
0 commit comments