Edit .onedev-buildspec.yml
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
changeDetectionExcludes: .onedev-buildspec.yml open_engine/** editor/**
|
||||
uploadProjectPath: OpenEngine
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
optional: true
|
||||
- type: CheckoutStep
|
||||
name: Checkout
|
||||
cloneCredential:
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
value: clang++
|
||||
useTTY: true
|
||||
condition: SUCCESSFUL
|
||||
optional: true
|
||||
optional: false
|
||||
- type: PublishArtifactStep
|
||||
name: Get build artifacts
|
||||
artifacts: build/editor/oe_editor build/open_engine/libopen_engine.a
|
||||
|
||||
Reference in New Issue
Block a user