Edit .onedev-buildspec.yml
This commit is contained in:
@@ -63,6 +63,11 @@ jobs:
|
|||||||
useTTY: true
|
useTTY: true
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: false
|
optional: false
|
||||||
|
- type: PublishArtifactStep
|
||||||
|
name: Get build artifacts
|
||||||
|
artifacts: build/editor/oe_editor build/open_engine/libopen_engine.a
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
retryCondition: never
|
retryCondition: never
|
||||||
maxRetries: 3
|
maxRetries: 3
|
||||||
retryDelay: 30
|
retryDelay: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user