Add .onedev-buildspec.yml
This commit is contained in:
16
.onedev-buildspec.yml
Normal file
16
.onedev-buildspec.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
version: 44
|
||||||
|
jobs:
|
||||||
|
- name: PUSH
|
||||||
|
steps:
|
||||||
|
- type: PushRepository
|
||||||
|
name: PUSH
|
||||||
|
remoteUrl: https://git.cciti.com.br/felipe.aquino/laravel.git
|
||||||
|
userName: felipe.aquino@@cciti.com.br
|
||||||
|
passwordSecret: GITEA
|
||||||
|
force: false
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
|
retryCondition: never
|
||||||
|
maxRetries: 3
|
||||||
|
retryDelay: 30
|
||||||
|
timeout: 14400
|
||||||
Reference in New Issue
Block a user