We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61c160 commit 580626fCopy full SHA for 580626f
contrib/ci.inria.fr/job-3-sonarscanner.sh
@@ -28,7 +28,7 @@ test -f $HOME/.ciprofile && . $HOME/.ciprofile
28
# check that this is either master or vX.Y
29
if test x$hwloc_branch != xmaster; then
30
if test x$(echo "x${hwloc_branch}x" | sed -r -e 's/xv[0-9]+\.[0-9]+x//') != x; then
31
- echo "Sending non-master and non-stable branch output to `tmp` branch on sonarqube server."
+ echo "Sending non-master and non-stable branch output to 'tmp' branch on sonarqube server."
32
hwloc_branch=tmp
33
fi
34
0 commit comments