Skip to content

Commit 9b1d2f2

Browse files
nguerettetjvman
andcommitted
Remove ignore paths and trigger from cf-cli-release git resource
Moving our pipelines off of wings and then releasing v6.39 of the CLI revealed a limitation in our triggering logic that was causing the pipeline to fail. Removing the trigger and ignore-paths solves this problem. See the associated chore for more details. [#160467021] Co-authored-by: Tom Viehman <tviehman@pivotal.io>
1 parent 35caa22 commit 9b1d2f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ resources:
1313
uri: git@github.com:bosh-packages/cf-cli-release
1414
private_key: ((release-repo-github-key))
1515
branch: master
16-
ignore_paths:
17-
- config/*
18-
- releases/*
19-
- .final_builds/*
2016

2117
- name: cf-cli-release-final
2218
type: git
@@ -64,7 +60,6 @@ jobs:
6460
plan:
6561
- aggregate:
6662
- get: cf-cli-release
67-
trigger: true
6863
- get: cli-binary-linux-64
6964
trigger: true
7065
- task: bump-cli

0 commit comments

Comments
 (0)