From 38031b731b1b983dc4950bfde8af3b75f431eeb4 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Mon, 10 Aug 2020 22:26:53 +0200 Subject: [PATCH] Revert "pipeline fix" This reverts commit e62e87fe72089ea1f4bae07abaf36054e2eaab78. --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7d449612..9f0506e1 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -23,7 +23,7 @@ definitions: - curl --create-dirs -sSLo $HOME/.sonar/build-wrapper-linux-x86.zip https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip - unzip -o $HOME/.sonar/sonar/build-wrapper-linux-x86.zip -d $HOME/.sonar/ - export PATH=$HOME/.sonar/sonar/build-wrapper-linux-x86:$PATH - - build-wrapper-linux-x86-64 --out-dir $BW_OUTPUT make clean all + - build-wrapper-linux-x86-64 --out-dir $BW_OUTPUT - sonar-scanner -Dsonar.cfamily.build-wrapper-output=$BW_OUTPUT pipelines: # More info here: https://confluence.atlassian.com/bitbucket/configure-bitbucket-pipelines-yml-792298910.html