Skip to content

Commit

Permalink
Fix concourse deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg committed May 13, 2024
1 parent a185005 commit 10e53d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline-bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resources:
type: bosh-deployment
source:
skip_check: true
- name: 1h
- name: one-hour
type: time
source:
interval: 1h
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
steps:
- get: capi-ci
- get: pool-repo
- get: 1h
- get: one-hour
trigger: true
- task: check-pool-size
file: capi-ci/ci/bosh-lite/check-pool-size.yml
Expand All @@ -247,7 +247,7 @@ jobs:
steps:
- get: capi-ci
- get: pool-repo
- get: 1h
- get: one-hour
trigger: true
- try:
task: check-broken-pool-size
Expand Down

0 comments on commit 10e53d6

Please sign in to comment.