From 67bed283aa07303101a8828ea08e0cfe0b2c27da Mon Sep 17 00:00:00 2001 From: daan Date: Wed, 10 Jul 2019 22:23:18 -0700 Subject: [PATCH] fix azure pipeline script; remove mapping value --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d31acc2d..4f21b8da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,6 @@ jobs: - script: make -j$(nproc) -C $(BuildType) - script: make test -C $(BuildType) - failOnStderr: true - upload: $(Build.SourcesDirectory)/$(BuildType) artifact: ubuntu-$(BuildType)