2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Synchronize the lifetime of artifact to 1 week

This commit is contained in:
Ondřej Surý
2019-10-09 21:34:18 +02:00
parent 5309987df7
commit 85c0bede78

View File

@@ -142,7 +142,7 @@ stages:
- autoreconf -fi
artifacts:
untracked: true
expire_in: "1 hour"
expire_in: "1 week"
.configure: &configure |
./configure \
@@ -173,7 +173,7 @@ stages:
- autoreconf:sid:amd64
artifacts:
untracked: true
expire_in: "1 hour"
expire_in: "1 week"
.setup_interfaces: &setup_interfaces |
if [ "$(id -u)" -eq "0" ]; then
@@ -816,7 +816,7 @@ msvc:windows:amd64:
- '& msbuild.exe /maxCpuCount:2 /t:Build /p:Configuration=$VSCONF bind9.sln'
artifacts:
untracked: true
expire_in: "1 hour"
expire_in: "1 week"
system:msvc:windows:amd64:
stage: system