File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Here's an example from our [nats release pipeline](https://github.com/cloudfound
32
32
- name: cf-deployment-concourse-tasks
33
33
type: git
34
34
source:
35
+ branch: main
35
36
uri: https://github.com/cloudfoundry/cf-deployment-concourse-tasks.git
36
37
tag_filter: v3.*
37
38
```
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ resources:
94
94
type : git
95
95
icon : github
96
96
source :
97
+ branch : main
97
98
uri :
[email protected] :cloudfoundry/cf-deployment-concourse-tasks.git
98
99
private_key : ((cfdct_readwrite_deploy_key.private_key))
99
100
@@ -191,6 +192,7 @@ jobs:
191
192
version : cf-deployment-concourse-tasks-version
192
193
- put : cf-deployment-concourse-tasks
193
194
params :
195
+ branch : main
194
196
repository : cf-deployment-concourse-tasks-updated
195
197
tag : cf-deployment-concourse-tasks-version/version
196
198
tag_prefix : v
You can’t perform that action at this time.
0 commit comments