Commit 4630422c authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Improve CI/CD testing - omit testing of assignment braches

(cherry picked from commit 1274f2ed)
parent 5b472800
......@@ -5,3 +5,28 @@ build:
- mvn clean install -B -Dcheckstyle.fail=true
tags:
- shared-fi
rules:
# do not test assignments
- if: '$CI_COMMIT_BRANCH == "iteration-01"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-02"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-03"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-04"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-05"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-06"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-07"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-08"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-09"'
when: never
- if: '$CI_COMMIT_BRANCH == "iteration-10"'
when: never
# test everything else
- when: always
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment