Files
z-elements/.onedev-buildspec.yml

13 lines
249 B
YAML

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