File: TestConfigFullworkingBranchFilter.yaml

package info (click to toggle)
g10k 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: sh: 63; makefile: 56
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
:cachedir: '/tmp/g10k'

sources:
  full:
    remote: 'https://github.com/xorpaul/g10k-fullworking-env.git'
    basedir: '/tmp/branchfilter'
    exit_if_unreachable: true
    warn_if_branch_is_missing: true
    prefix: true
    filter_command: 'tests/branch_filter_command.sh $R10K_BRANCH ^(single|master)$'
    ignore_branch_prefixes:
      - 'qa'