diff options
| author | Max Nanis | 2025-05-28 03:43:25 +0000 |
|---|---|---|
| committer | Max Nanis | 2025-05-28 03:43:25 +0000 |
| commit | 904b1f1aad4b6c1d3fa867fe5585f5a2674f137a (patch) | |
| tree | 92c3b83da662da2ac014ad57da020aca3188bb66 /.onedev-buildspec.yml | |
| parent | 8caa77413ea372e5cbd2980a9922d701af359c04 (diff) | |
| download | panel-ui-904b1f1aad4b6c1d3fa867fe5585f5a2674f137a.tar.gz panel-ui-904b1f1aad4b6c1d3fa867fe5585f5a2674f137a.zip | |
Add .onedev-buildspec.yml
Diffstat (limited to '.onedev-buildspec.yml')
| -rw-r--r-- | .onedev-buildspec.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..43468f6 --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,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 |
