From 904b1f1aad4b6c1d3fa867fe5585f5a2674f137a Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Wed, 28 May 2025 03:43:25 +0000 Subject: Add .onedev-buildspec.yml --- .onedev-buildspec.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .onedev-buildspec.yml 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 -- cgit v1.2.3