mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
continue on error in deploy
This commit is contained in:
parent
3ffc3c2f97
commit
b8c61ca278
|
@ -396,6 +396,7 @@ stages:
|
|||
jobs:
|
||||
- job: Deploy
|
||||
displayName: "Deploy into GitHub"
|
||||
continueOnError: true
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue