ci(artifacts): markdown lint and mkdocs build artifacts to expire after 24 hours

MR !15
This commit is contained in:
2022-01-23 03:19:58 +00:00
parent 347597e3c1
commit e0d8885d52
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- echo DEBUG EXITCODE[$EXITCODE]
- mv *.junit.xml $CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/markdown.junit.xml
artifacts:
expire_in: 3 days
expire_in: 24 hrs
when: always
paths:
- "$CI_PROJECT_DIR/artifacts/*"