feature/remove-fleet #2

Merged
elderbraum merged 16 commits from feature/remove-fleet into main 2025-11-29 23:29:17 +01:00
Showing only changes of commit 16965d779f - Show all commits

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