From 939ef814a8f22a96a48b77bbaf7a340996b00810 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 6 Apr 2026 04:21:17 +0000 Subject: Add .onedev-buildspec.yml --- .onedev-buildspec.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .onedev-buildspec.yml (limited to '.onedev-buildspec.yml') diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..be085d1 --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,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 -- cgit v1.2.3