Edit .onedev-buildspec.yml

This commit is contained in:
admin 2024-03-27 15:10:10 +00:00
parent 69afb8662f
commit 92a511cfaa

View file

@ -2,6 +2,12 @@ version: 29
jobs:
- name: Build and test
steps:
- !CheckoutStep
name: Checkout dev
cloneCredential: !DefaultCredential {}
withLfs: false
withSubmodules: false
condition: ALWAYS
- !CommandStep
name: Build and test
runInContainer: false