ci: test rules for handovers and minutes
This commit is contained in:
parent
42eadf80fa
commit
79ab925306
2 changed files with 9 additions and 8 deletions
|
@ -18,10 +18,10 @@ handovers:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
# when it runs
|
# when it runs
|
||||||
# rules:
|
rules:
|
||||||
#- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
#- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
# changes:
|
- changes:
|
||||||
# - Committee/_Handovers/**/*
|
- Committee/_Handovers/**/*
|
||||||
|
|
||||||
# what it runs
|
# what it runs
|
||||||
script:
|
script:
|
||||||
|
@ -45,10 +45,10 @@ minutes:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
# when it runs
|
# when it runs
|
||||||
# rules:
|
rules:
|
||||||
#- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
#- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
# changes:
|
- changes:
|
||||||
# - Minutes/**/*
|
- Minutes/**/*
|
||||||
|
|
||||||
# what it runs
|
# what it runs
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -100,6 +100,7 @@ This change is exciting, stressful and rewarding.
|
||||||
|
|
||||||
Brendan Golden.
|
Brendan Golden.
|
||||||
|
|
||||||
|
|
||||||
[0]: https://gitlab.skynet.ie
|
[0]: https://gitlab.skynet.ie
|
||||||
[1]: https://nextcloud.skynet.ie
|
[1]: https://nextcloud.skynet.ie
|
||||||
[2]: https://pw.skynet.ie
|
[2]: https://pw.skynet.ie
|
||||||
|
|
Loading…
Reference in a new issue