From 1ed419946c2d5d71fb66c15111f5cd51dbc6e34b Mon Sep 17 00:00:00 2001 From: Felipe Aquino Date: Mon, 23 Feb 2026 00:11:13 +0000 Subject: [PATCH] Add .onedev-buildspec.yml --- .onedev-buildspec.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .onedev-buildspec.yml diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..cf9434a --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,16 @@ +version: 44 +jobs: +- name: gitea + steps: + - type: PushRepository + name: push + remoteUrl: https://git.cciti.com.br/felipe.aquino/cae.git + userName: felipe.aquino + passwordSecret: gitea + force: false + condition: SUCCESSFUL + optional: false + retryCondition: never + maxRetries: 3 + retryDelay: 30 + timeout: 14400