Compare commits
2 Commits
521ee17daf
...
ebb179ec68
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebb179ec68 | ||
|
|
ee8841b6d4 |
23
.onedev-buildspec.yml
Normal file
23
.onedev-buildspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
version: 46
|
||||||
|
jobs:
|
||||||
|
- name: Push to Gitea
|
||||||
|
steps:
|
||||||
|
- type: PushRepository
|
||||||
|
name: Push to Gitea
|
||||||
|
remoteUrl: https://gitea.anfer.fr/anfer/OpenEngine
|
||||||
|
passwordSecret: Gitea
|
||||||
|
force: false
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
|
triggers:
|
||||||
|
- type: BranchUpdateTrigger
|
||||||
|
branches: main
|
||||||
|
userMatch: anyone
|
||||||
|
projects: OpenEngine
|
||||||
|
- type: TagCreateTrigger
|
||||||
|
branches: main
|
||||||
|
projects: OpenEngine
|
||||||
|
retryCondition: never
|
||||||
|
maxRetries: 3
|
||||||
|
retryDelay: 30
|
||||||
|
timeout: 14400
|
||||||
Reference in New Issue
Block a user