Add .onedev-buildspec.yml

This commit is contained in:
2026-02-23 00:11:13 +00:00
parent 75c40faae2
commit 1ed419946c

16
.onedev-buildspec.yml Normal file
View File

@@ -0,0 +1,16 @@
version: 44
jobs:
- name: gitea
steps:
- type: PushRepository
name: push
remoteUrl: https://git.cciti.com.br/felipe.aquino/cae.git
userName: felipe.aquino
passwordSecret: gitea
force: false
condition: SUCCESSFUL
optional: false
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 14400