From 3e6a6b9f10496e96e293e7e74b851a1be0fe0cd0 Mon Sep 17 00:00:00 2001 From: Stefan Gehr <stefan.kerman.gehr@fau.de> Date: Wed, 16 Feb 2022 12:49:56 +0100 Subject: [PATCH] CI to 2 years to keep latest artifacts --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83d9431..27c54e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,6 @@ compile_pdf: - make all stage: build artifacts: - expire_in: 1 week + expire_in: 2 yrs paths: - "build/blatt*.pdf" diff --git a/README.md b/README.md index a4f32ce..8c0d8be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EP-5 Aufgaben ## View/Download the compiled versions -You can view and download the compiled versions at [https://gitlab.cs.fau.de/oz73ifuv/ep-5-aufgaben/-/jobs/artifacts/master/browse?job=compile_pdf](https://gitlab.cs.fau.de/oz73ifuv/ep-5-aufgaben/-/jobs/artifacts/master/browse?job=compile_pdf). +You can view and download the compiled versions at [https://gitlab.cs.fau.de/oz73ifuv/ep-5-aufgaben/-/jobs/artifacts/master/browse/build?job=compile_pdf](https://gitlab.cs.fau.de/oz73ifuv/ep-5-aufgaben/-/jobs/artifacts/master/browse/build?job=compile_pdf). ## Compile yourself and view `make show02` compiles and shows you `blatt02.pdf` -- GitLab