Edit .onedev-buildspec.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user