summaryrefslogtreecommitdiffstats
path: root/tests/scm/fixtures/git002.yaml
blob: e77d42494049688fc6efc526e6fb936d96ca5a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
scm:
  - git:
      url: https://example.com/project.git
      branches:
        - master
        - stable
      browser: githubweb
      browser-url: http://github.com/foo/example.git
      shallow-clone: true
      depth: 3
      timeout: 20
      do-not-fetch-tags: false
      changelog-against:
        remote: origin
        branch: master