mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 17:32:50 -04:00
Merge branch 'ondrej/1-week-artifact-expiration-v9_14' into 'v9_14'
Synchronize the lifetime of artifact to 1 week See merge request isc-projects/bind9!2449
This commit is contained in:
commit
7076fd6825
1 changed files with 3 additions and 3 deletions
|
|
@ -142,7 +142,7 @@ stages:
|
|||
- autoreconf -fi
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: "1 hour"
|
||||
expire_in: "1 week"
|
||||
|
||||
.configure: &configure |
|
||||
./configure \
|
||||
|
|
@ -174,7 +174,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
|
||||
|
|
@ -771,7 +771,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue