-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.onedev-buildspec.yml
49 lines (49 loc) · 1.36 KB
/
.onedev-buildspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
version: 36
jobs:
- name: pusher all-branch commit
steps:
- !PushRepository
name: force to gh pure-symbols/mabynogion.spells
remoteUrl: https://github.com/pure-symbols/mabynogion.spells.git
userName: yhm-amber
passwordSecret: github.yhm-amber
force: true
condition: ALWAYS
- !PushRepository
name: force to cb pure-symbols/mabynogion.spells
remoteUrl: https://codeberg.org/pure-symbols/mabynogion.spells.git
userName: yhm
passwordSecret: codeberg.yhm
force: true
condition: ALWAYS
triggers:
- !BranchUpdateTrigger
projects: pure.symbols/mabynogion.spells
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600
- name: puller all-branch cron.03:20:10
steps:
- !PullRepository
name: force from gh pure-symbols/mabynogion.spells
remoteUrl: https://github.com/pure-symbols/mabynogion.spells.git
refs: refs/heads/* refs/tags/*
withLfs: false
force: true
condition: ALWAYS
- !PullRepository
name: force from cb pure-symbols/mabynogion.spells
remoteUrl: https://codeberg.org/pure-symbols/mabynogion.spells.git
refs: refs/heads/* refs/tags/*
withLfs: false
force: true
condition: ALWAYS
triggers:
- !ScheduleTrigger
cronExpression: 10 20 3 * * ?
projects: pure.symbols/mabynogion.spells
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600