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