From 1a5dc70632a51a52ea27e496215d424b57cf20a2 Mon Sep 17 00:00:00 2001 From: erris Date: Wed, 11 Mar 2026 16:02:31 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 105a0af..050637f 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -25,6 +25,14 @@ jobs: timeout: 14400 - name: Compile for Linux steps: + - type: CheckoutStep + name: Checkout + cloneCredential: + type: DefaultCredential + withLfs: false + withSubmodules: false + condition: SUCCESSFUL + optional: false - type: SetupCacheStep name: conan-cache key: conan-cache-@file:./conanfile.txt@ @@ -36,14 +44,6 @@ jobs: changeDetectionExcludes: /root/.conan2/p/*/dl /root/.conan2/logs condition: SUCCESSFUL optional: true - - type: CheckoutStep - name: Checkout - cloneCredential: - type: DefaultCredential - withLfs: false - withSubmodules: false - condition: SUCCESSFUL - optional: false - type: CommandStep name: Compile for Linux runInContainer: true