summaryrefslogtreecommitdiffstats
path: root/tests/scm/fixtures/git-extensions03.yaml
blob: 98eec9c92493021b75deedb383ec33a2a883ab54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
scm:
  - git:
      url: https://example.com/project.git
      branches:
        - master
      browser: githubweb
      browser-url: http://github.com/foo/example.git
      basedir: 'go/src/github.com/foo/example'
      excluded-users:
        - alice@example.com
        - bob@example.com
      skip-tag: false
      prune: true
      scm-name: something_special
      use-author: true
      wipe-workspace: false