Edit .onedev-buildspec.yml

This commit is contained in:
2025-08-31 09:40:51 +00:00
parent 2adb4d1fc5
commit 0837b6b28e

View File

@@ -32,6 +32,22 @@ jobs:
passwordSecret: dockersecret passwordSecret: dockersecret
platforms: linux/amd64 platforms: linux/amd64
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL 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 - !CommandStep
name: Build and Publish Deb Package name: Build and Publish Deb Package
runInContainer: true runInContainer: true
@@ -48,6 +64,7 @@ jobs:
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers: triggers:
- !BranchUpdateTrigger - !BranchUpdateTrigger
branches: release
projects: tesses-framework projects: tesses-framework
retryCondition: never retryCondition: never
maxRetries: 3 maxRetries: 3