diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 02:32:36 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-19 02:32:36 +0100 |
| commit | e2d0f6707756407f76e819a1c55928f1a133292f (patch) | |
| tree | 53728049191eafce02b54d5bf4ec2bb1b126e2a1 | |
| parent | 5ef63e738dae8c9fda0a2cee2124aff627723fda (diff) | |
Fix the conditions.
| -rw-r--r-- | .azure/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 87be79d0a..5e8a9f936 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -105,7 +105,7 @@ jobs: pool: vmImage: ubuntu-16.04 dependsOn: main_build - condition: success() + condition: succeeded() strategy: matrix: Naming: |
