Skip to content

Commit

Permalink
fix: get logsearch-config before trying to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 committed Jul 2, 2024
1 parent 80e0fce commit ddd6cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ jobs:
- name: build-logsearch-for-cloudfoundry-release
plan:
- in_parallel:
- get: logsearch-config
params: {depth: 1}
trigger: true
- get: release-git-repo
resource: logsearch-for-cloudfoundry-release-git-repo
passed: [test-logsearch-for-cloudfoundry-release]
Expand Down

0 comments on commit ddd6cd6

Please sign in to comment.