aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
blob: 43468f679287cbfcc911d38f3c3b66c55b0c048c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 38
jobs:
- name: Push to Github
  steps:
  - !PushRepository
    name: push
    remoteUrl: https://github.com/GRL/panel-ui
    passwordSecret: github-panel-ui
    force: false
    condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
  retryCondition: never
  maxRetries: 3
  retryDelay: 30
  timeout: 14400