CI: reduce artifact lifetime

This commit is contained in:
Sebastian Ramacher 2023-09-15 09:21:32 +02:00
parent ef52b08a22
commit 72533ba775

View file

@ -22,7 +22,7 @@ build:archlinux:
cache: cache:
<<: *girara_cache <<: *girara_cache
artifacts: artifacts:
expire_in: 1 day expire_in: 6 hours
paths: paths:
- build - build
except: except:
@ -58,7 +58,7 @@ build:debian-bookworm:
cache: cache:
<<: *girara_cache <<: *girara_cache
artifacts: artifacts:
expire_in: 1 day expire_in: 6 hours
paths: paths:
- build - build
except: except:
@ -94,7 +94,7 @@ build:debian-trixie:
cache: cache:
<<: *girara_cache <<: *girara_cache
artifacts: artifacts:
expire_in: 1 day expire_in: 6 hours
paths: paths:
- build - build
except: except:
@ -130,7 +130,7 @@ build:ubuntu-jammy:
cache: cache:
<<: *girara_cache <<: *girara_cache
artifacts: artifacts:
expire_in: 1 day expire_in: 6 hours
paths: paths:
- build - build
except: except: