From 0837b6b28eb2c1b4a78f3c1ea93c76b24751b754 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 09:40:51 +0000 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 9837676..40bf867 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -32,6 +32,22 @@ jobs: passwordSecret: dockersecret platforms: linux/amd64 condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + triggers: + - !BranchUpdateTrigger + projects: tesses-framework + retryCondition: never + maxRetries: 3 + retryDelay: 30 + timeout: 14400 +- name: Build Deb For x86_64 + steps: + - !CheckoutStep + name: Checkout + cloneCredential: !DefaultCredential {} + withLfs: true + withSubmodules: true + cloneDepth: 1 + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !CommandStep name: Build and Publish Deb Package runInContainer: true @@ -48,6 +64,7 @@ jobs: condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !BranchUpdateTrigger + branches: release projects: tesses-framework retryCondition: never maxRetries: 3