mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Extend artifact lifetime for Cloudsmith build jobs
The commit.txt file produced by each Cloudsmith build job is required to run the corresponding publication job. Therefore, the artifact lifetime for the former must be long enough to prevent the file from expiring before the publication job is run. Set the lifetime of the artifacts created by Cloudsmith build jobs to one month to ensure that the publication jobs can access them.
This commit is contained in:
parent
b36f17238b
commit
ce09f8d0f8
1 changed files with 2 additions and 0 deletions
|
|
@ -2010,6 +2010,7 @@ rpms-cloudsmith-build:
|
|||
artifacts:
|
||||
paths:
|
||||
- commit.txt
|
||||
expire_in: "1 month"
|
||||
|
||||
rpms-cloudsmith-build-private:
|
||||
<<: *rpm_build_job_private
|
||||
|
|
@ -2020,6 +2021,7 @@ rpms-cloudsmith-build-private:
|
|||
artifacts:
|
||||
paths:
|
||||
- commit.txt
|
||||
expire_in: "1 month"
|
||||
|
||||
# Publish Cloudsmith packages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue