summaryrefslogtreecommitdiff
path: root/test/asset/publish/push.yaml
blob: 8178226341782ac7f255c7616fe9e2d96a2ca8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
repo source_repo:

repo target_repo:
  path: "./target2.git"
  writable: true

repo target_repo_ro:
  path: "./target3.git"

job push_job:
  push:
    - source: source_repo.commit
      destination: target_repo.branch("master")

job push_job_ro:
  push:
    - source: source_repo.commit
      destination: target_repo_ro.branch("master")