We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20c7f7 commit 8bc255dCopy full SHA for 8bc255d
1 file changed
README.md
@@ -55,9 +55,15 @@ Tracks the commits in a [git](http://git-scm.com/) repository.
55
Resource configuration for a private repo:
56
57
``` yaml
58
+resource_type:
59
+- name: git-multibranch
60
+ type: docker-image
61
+ source:
62
+ repository: cfcommunity/git-multibranch-resource
63
+
64
resources:
65
- name: source-code
- type: git
66
+ type: git-multibranch
67
source:
68
uri: git@github.com:concourse/git-resource.git
69
branch: master
@@ -89,7 +95,7 @@ Detecting changes on all branches except master and deploy
89
95
90
96
91
97
- name: my-repo
92
98
93
99
94
100
uri: git@github.com:my-org/my-repo.git
101
branches: '.*'
0 commit comments