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
|
||||
|
||||
# when it runs
|
||||
# rules:
|
||||
# - if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
# changes:
|
||||
# - Committee/_Handovers/**/*
|
||||
rules:
|
||||
#- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- changes:
|
||||
- Committee/_Handovers/**/*
|
||||
|
||||
# what it runs
|
||||
script:
|
||||
|
@ -45,10 +45,10 @@ minutes:
|
|||
stage: build
|
||||
|
||||
# when it runs
|
||||
# rules:
|
||||
# - if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
# changes:
|
||||
# - Minutes/**/*
|
||||
rules:
|
||||
#- if: '$CI_PROJECT_NAMESPACE == "compsoc1/compsoc" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- changes:
|
||||
- Minutes/**/*
|
||||
|
||||
# what it runs
|
||||
script:
|
||||
|
|
|
@ -100,6 +100,7 @@ This change is exciting, stressful and rewarding.
|
|||
|
||||
Brendan Golden.
|
||||
|
||||
|
||||
[0]: https://gitlab.skynet.ie
|
||||
[1]: https://nextcloud.skynet.ie
|
||||
[2]: https://pw.skynet.ie
|
||||
|
|
Loading…
Reference in a new issue