From 42832222ab6a106c4436adce4749a99956d6c6ce Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 31 Aug 2025 09:59:19 +0000 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 40bf867..9837676 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -32,22 +32,6 @@ 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 @@ -64,7 +48,6 @@ jobs: condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !BranchUpdateTrigger - branches: release projects: tesses-framework retryCondition: never maxRetries: 3