chore: update build job steps in build specification

This commit is contained in:
2025-11-28 20:38:49 +01:00
parent 9815ade65a
commit 141c2a0a16

View File

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