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
No related merge requests found
Pipeline #2917 failed
lint-flood: lint-flood:
stage: lint stage: lint
rules:
changes:
- flood/**/*
script: script:
- helm lint flood - helm lint flood
...@@ -9,6 +12,8 @@ release-flood: ...@@ -9,6 +12,8 @@ release-flood:
- lint-flood - lint-flood
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- flood/**/*
script: script:
- apk add --no-cache git - apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.git - helm plugin install https://github.com/chartmuseum/helm-push.git
......
lint-rtorrent: lint-rtorrent:
stage: lint stage: lint
rules:
- changes:
- rtorrent/**/*
script: script:
- helm lint rtorrent - helm lint rtorrent
...@@ -9,6 +12,8 @@ release-rtorrent: ...@@ -9,6 +12,8 @@ release-rtorrent:
- lint-rtorrent - lint-rtorrent
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- rtorrent/**/*
script: script:
- apk add --no-cache git - apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.git - helm plugin install https://github.com/chartmuseum/helm-push.git
......
lint-seafile: lint-seafile:
stage: lint stage: lint
rules:
- changes:
- seafile/**/*
script: script:
- helm lint seafile - helm lint seafile
...@@ -9,6 +12,8 @@ release-seafile: ...@@ -9,6 +12,8 @@ release-seafile:
- lint-seafile - lint-seafile
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- seafile/**/*
script: script:
- apk add --no-cache git - apk add --no-cache git
- helm plugin install https://github.com/chartmuseum/helm-push.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