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