Skip to content

Commit 220c9d3

Browse files
committed
There is no release.nix
1 parent d1edf63 commit 220c9d3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,6 @@ check:lint:
5858
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != 'master' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
5959
when: manual
6060

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-
7561
check:test:
7662
stage: check
7763
needs: []

0 commit comments

Comments
 (0)