Skip to content
Snippets Groups Projects
Verified Commit 307ddcba authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

ci: reduce unnecessary builds

parent d15f1720
Branches
No related tags found
Loading
Pipeline #2917 failed
lint-flood:
stage: lint
rules:
changes:
- flood/**/*
script:
- helm lint flood
......@@ -9,6 +12,8 @@ release-flood:
- lint-flood
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- flood/**/*
script:
- apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.git
......
lint-rtorrent:
stage: lint
rules:
- changes:
- rtorrent/**/*
script:
- helm lint rtorrent
......@@ -9,6 +12,8 @@ release-rtorrent:
- lint-rtorrent
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- rtorrent/**/*
script:
- apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.git
......
lint-seafile:
stage: lint
rules:
- changes:
- seafile/**/*
script:
- helm lint seafile
......@@ -9,6 +12,8 @@ release-seafile:
- lint-seafile
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- seafile/**/*
script:
- apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment