From e62e87fe72089ea1f4bae07abaf36054e2eaab78 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Mon, 10 Aug 2020 22:16:10 +0200 Subject: [PATCH] pipeline fix Signed-off-by: Janos SUTO --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 9f0506e1..7d449612 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 + - build-wrapper-linux-x86-64 --out-dir $BW_OUTPUT make clean all - sonar-scanner -Dsonar.cfamily.build-wrapper-output=$BW_OUTPUT pipelines: # More info here: https://confluence.atlassian.com/bitbucket/configure-bitbucket-pipelines-yml-792298910.html