Edit .onedev-buildspec.yml
This commit is contained in:
@@ -23,6 +23,14 @@ jobs:
|
|||||||
timeout: 14400
|
timeout: 14400
|
||||||
- name: Compile for Linux
|
- name: Compile for Linux
|
||||||
steps:
|
steps:
|
||||||
|
- type: CheckoutStep
|
||||||
|
name: Checkout
|
||||||
|
cloneCredential:
|
||||||
|
type: DefaultCredential
|
||||||
|
withLfs: false
|
||||||
|
withSubmodules: false
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
- type: CommandStep
|
- type: CommandStep
|
||||||
name: Compile for Linux
|
name: Compile for Linux
|
||||||
runInContainer: true
|
runInContainer: true
|
||||||
|
|||||||
Reference in New Issue
Block a user