3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

continue on error in deploy

This commit is contained in:
jofleish 2022-03-23 12:31:35 -04:00
parent 3ffc3c2f97
commit b8c61ca278

View file

@ -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: