mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'ci-expires-in' into 'master'
Apply artifact expiration directly to jobs See merge request KartKrew/Kart!2463
This commit is contained in:
commit
9217624886
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