forked from Computer_Society/open-goverance
ci: test pipeline artifacts
This commit is contained in:
parent
ac86f81192
commit
d7a652b7e3
2 changed files with 10 additions and 7 deletions
|
@ -18,11 +18,12 @@ stages:
|
||||||
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/*
|
||||||
# - Minutes/**/*
|
- Committee/**/Budget/*
|
||||||
|
- Minutes/**/*
|
||||||
|
|
||||||
handovers:
|
handovers:
|
||||||
<<: *pdf_base
|
<<: *pdf_base
|
||||||
|
@ -32,6 +33,7 @@ handovers:
|
||||||
- nix --extra-experimental-features 'nix-command flakes' run .#handovers
|
- nix --extra-experimental-features 'nix-command flakes' run .#handovers
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "Handovers"
|
name: "Handovers"
|
||||||
|
expose_as: 'Handovers'
|
||||||
paths:
|
paths:
|
||||||
- Handovers_pdf/
|
- Handovers_pdf/
|
||||||
- errors.log
|
- errors.log
|
||||||
|
@ -47,6 +49,7 @@ minutes:
|
||||||
- nix --extra-experimental-features 'nix-command flakes' run .#minutes
|
- nix --extra-experimental-features 'nix-command flakes' run .#minutes
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "Minutes"
|
name: "Minutes"
|
||||||
|
expose_as: 'Minutes'
|
||||||
paths:
|
paths:
|
||||||
- Minutes_pdf/
|
- Minutes_pdf/
|
||||||
- errors.log
|
- errors.log
|
||||||
|
@ -61,7 +64,8 @@ budget:
|
||||||
- attic watch-store skynet-cache &
|
- attic watch-store skynet-cache &
|
||||||
- nix --extra-experimental-features 'nix-command flakes' run .#budget
|
- nix --extra-experimental-features 'nix-command flakes' run .#budget
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "Minutes"
|
name: "Budget"
|
||||||
|
expose_as: 'Budget'
|
||||||
paths:
|
paths:
|
||||||
- Budget_pdf/
|
- Budget_pdf/
|
||||||
- errors.log
|
- errors.log
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
## Guest speakers
|
## Guest speakers
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue