Skip to content

Commit

Permalink
Rebuild CI images weekly
Browse files Browse the repository at this point in the history
In order to discover problems more quickly
  • Loading branch information
spikymonkey committed May 2, 2023
1 parent 0762d91 commit 5fe1748
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ aliases:
jobs:
- name: build-ci-images
plan:
- get: weekly
trigger: true
- get: ci-images-git-repo
trigger: true
- task: build-image
Expand Down Expand Up @@ -253,6 +255,17 @@ resources:
location: America/New_York
initial_version: true

- name: weekly
type: time
icon: calendar-clock
source:
start: 12:00 AM
stop: 1:00 AM
days:
- Monday
location: America/New_York
initial_version: true

- name: git-repo
type: git
source:
Expand Down

0 comments on commit 5fe1748

Please sign in to comment.