Edit .onedev-buildspec.yml

This commit is contained in:
2025-11-28 20:39:47 +01:00
parent 141c2a0a16
commit 16965d779f

View File

@@ -1,12 +1,12 @@
version: 1 version: 1
jobs: jobs:
- name: build - name: build
steps: steps:
- !CheckoutStep - !CheckoutStep
name: checkout code name: checkout code
cloneCredential: !DefaultCredential {} cloneCredential: !DefaultCredential {}
withLfs: true withLfs: true
withSubmodules: false withSubmodules: false
cloneDepth: 1 cloneDepth: 1
condition: SUCCESSFUL condition: SUCCESSFUL
optional: false optional: false