aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
diff options
context:
space:
mode:
authorMax Nanis2025-06-02 17:02:51 +0700
committerMax Nanis2025-06-02 17:02:51 +0700
commit439653e6ab01ee3a127355bd5b23131693bce52e (patch)
tree218a80edc1284f9ecc9434e0801a78c9d23748fa /.onedev-buildspec.yml
parente6037b430935720ce60245ae36ecd3622e8a22bf (diff)
parent904b1f1aad4b6c1d3fa867fe5585f5a2674f137a (diff)
downloadpanel-ui-439653e6ab01ee3a127355bd5b23131693bce52e.tar.gz
panel-ui-439653e6ab01ee3a127355bd5b23131693bce52e.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.onedev-buildspec.yml')
-rw-r--r--.onedev-buildspec.yml14
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