aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-11-22 12:27:17 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2018-11-27 22:20:00 +0200
commit9d710503c4c4256f292ec6db060357e34490acbe (patch)
tree0acee658da292b16b571050735dfe1a26589635e /ci
parent270f2395d6f4d3f1134393bf18c8eb3d9f1e5332 (diff)
downloadmeson-9d710503c4c4256f292ec6db060357e34490acbe.zip
meson-9d710503c4c4256f292ec6db060357e34490acbe.tar.gz
meson-9d710503c4c4256f292ec6db060357e34490acbe.tar.bz2
azure: ignore PRs which should be skipped for ci
azure doesn't support [skip ci], so do nothing, rather than failing when we detect a PR which should have [skip ci], but didn't get skipped.
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 3dde5a3..71642f0 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -2,7 +2,7 @@ steps:
- powershell: |
python ./skip_ci.py --base-branch-env=SYSTEM_PULLREQUEST_TARGETBRANCH --is-pull-env=SYSTEM_PULLREQUEST_PULLREQUESTID --base-branch-origin
if ($LastExitCode -ne 0) {
- throw ('error in skip_ci.py')
+ exit 0
}
# remove MinGW from path, so we don't find gfortran and try to use it