diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2019-03-20 18:37:22 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-20 23:55:12 +0200 |
commit | 3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d (patch) | |
tree | 949c74b74def4a57ab84bbb52b01619cacebc36d /ci | |
parent | ed5992a10d8b71733361130a12c08f92207ae075 (diff) | |
download | meson-3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d.zip meson-3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d.tar.gz meson-3bd27c2d8ae7c6157296ed82a016a90d8f49cc2d.tar.bz2 |
Revert "azure: Don't try to publish logs from fork"
This reverts commit ec5e8869196cc7749f4c224bc8d850b33b942e2d.
Diffstat (limited to 'ci')
-rw-r--r-- | ci/azure-steps.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 7e0f6fe..d0f6d09 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -172,5 +172,4 @@ steps: - task: PublishBuildArtifacts@1 inputs: artifactName: $(System.JobName) - # publishing artifacts from PRs from a fork is currently blocked - condition: eq(variables['system.pullrequest.isfork'], false) + condition: not(canceled()) |