Skip to content

Commit e3985af

Browse files
committed
FIX: specify the default branch
1 parent e995f78 commit e3985af

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Here's an example from our [nats release pipeline](https://github.com/cloudfound
3232
- name: cf-deployment-concourse-tasks
3333
type: git
3434
source:
35+
branch: main
3536
uri: https://github.com/cloudfoundry/cf-deployment-concourse-tasks.git
3637
tag_filter: v3.*
3738
```

ci/pipeline.yml

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ resources:
9494
type: git
9595
icon: github
9696
source:
97+
branch: main
9798
uri: [email protected]:cloudfoundry/cf-deployment-concourse-tasks.git
9899
private_key: ((cfdct_readwrite_deploy_key.private_key))
99100

@@ -191,6 +192,7 @@ jobs:
191192
version: cf-deployment-concourse-tasks-version
192193
- put: cf-deployment-concourse-tasks
193194
params:
195+
branch: main
194196
repository: cf-deployment-concourse-tasks-updated
195197
tag: cf-deployment-concourse-tasks-version/version
196198
tag_prefix: v

0 commit comments

Comments
 (0)