mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Apply artifact expiration directly to jobs
Works around the issue with Gitlab CI not supporting the expire_in property on the default job properties, as Steelt found. https://gitlab.com/gitlab-org/gitlab/-/issues/404563
This commit is contained in:
parent
9eb605da9f
commit
a4e7803f76
3 changed files with 4 additions and 2 deletions
|
|
@ -15,5 +15,3 @@ stages:
|
||||||
|
|
||||||
default:
|
default:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
artifacts:
|
|
||||||
expire_in: 1 day
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ Alpine 3 GCC:
|
||||||
- "build.alpine3/src/config.h"
|
- "build.alpine3/src/config.h"
|
||||||
expose_as: "Apline-3"
|
expose_as: "Apline-3"
|
||||||
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-Apline-3"
|
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-Apline-3"
|
||||||
|
expire_in: 1 day
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- - |
|
- - |
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,9 @@
|
||||||
- build/apt-cache
|
- build/apt-cache
|
||||||
unprotect: true
|
unprotect: true
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 day
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- - |
|
- - |
|
||||||
# debconf
|
# debconf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue