Edit .onedev-buildspec.yml
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
version: 1
|
||||
jobs:
|
||||
- name: build
|
||||
steps:
|
||||
- !CheckoutStep
|
||||
name: checkout code
|
||||
cloneCredential: !DefaultCredential {}
|
||||
withLfs: true
|
||||
withSubmodules: false
|
||||
cloneDepth: 1
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
- name: build
|
||||
steps:
|
||||
- !CheckoutStep
|
||||
name: checkout code
|
||||
cloneCredential: !DefaultCredential {}
|
||||
withLfs: true
|
||||
withSubmodules: false
|
||||
cloneDepth: 1
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
|
||||
Reference in New Issue
Block a user