feat: better artifact management
Set 2 week expiry @ ppt/pdf artifact.
This commit is contained in:
parent
b6b2a9b39b
commit
fb1ef692ed
@ -17,9 +17,6 @@ prepare_folders:
|
||||
cache:
|
||||
paths:
|
||||
- .public
|
||||
artifacts:
|
||||
paths:
|
||||
- .public
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^make/
|
||||
|
||||
@ -38,6 +35,7 @@ render_pdf:
|
||||
artifacts:
|
||||
paths:
|
||||
- .public/docs
|
||||
expire_in: 2 week
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^make/
|
||||
|
||||
@ -57,10 +55,10 @@ render_ppt:
|
||||
artifacts:
|
||||
paths:
|
||||
- .public/docs
|
||||
expire_in: 2 week
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^make/
|
||||
|
||||
|
||||
pages:
|
||||
environment: $CI_COMMIT_BRANCH
|
||||
stage: deploy
|
||||
@ -73,8 +71,5 @@ pages:
|
||||
paths:
|
||||
- .public
|
||||
- public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^make/
|
||||
|
Loading…
Reference in New Issue
Block a user