From: Michael Jeanson Date: Thu, 3 Sep 2015 20:40:00 +0000 (-0400) Subject: Use relative path to RESULT_DIR X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=ed2190e4aa242e5b91ae26358febae0b998ed096;p=lttng-ci.git Use relative path to RESULT_DIR --- diff --git a/scripts/common/coverity.sh b/scripts/common/coverity.sh index 18d4fd5..86e09a9 100644 --- a/scripts/common/coverity.sh +++ b/scripts/common/coverity.sh @@ -37,7 +37,7 @@ TOOL_BASE=/tmp/coverity-scan-analysis UPLOAD_URL="https://scan.coverity.com/builds" SCAN_URL="https://scan.coverity.com" -RESULTS_DIR="$WORKSPACE/cov-int" +RESULTS_DIR="cov-int" # liburcu dependency