Use git commit as dev version suffix. Add badge.

This commit is contained in:
Andris Raugulis 2017-04-05 04:25:01 +03:00
parent 9fe69841eb
commit 464bb154f3
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
[![travis build status](https://api.travis-ci.org/arthepsy/ssh-audit.svg?branch=develop)](https://travis-ci.org/arthepsy/ssh-audit)
[![appveyor build status](https://ci.appveyor.com/api/projects/status/4m5r73m0r023edil/branch/develop?svg=true)](https://ci.appveyor.com/project/arthepsy/ssh-audit)
[![codecov](https://codecov.io/gh/arthepsy/ssh-audit/branch/develop/graph/badge.svg)](https://codecov.io/gh/arthepsy/ssh-audit)
[![coverage status](https://coveralls.io/repos/github/arthepsy/ssh-audit/badge.svg)](https://coveralls.io/github/arthepsy/ssh-audit)
[![Quality Gate](https://sonarqube.com/api/badges/gate?key=arthepsy-github%3Assh-audit%3Adevelop&template=ROUNDED)](https://sq.evolutiongaming.com/dashboard?id=arthepsy-github%3Assh-audit%3Adevelop)
**ssh-audit** is a tool for ssh server auditing.
## Features

View File

@ -292,8 +292,8 @@ ci_sq_run() {
return 1
fi
if [ -z "${_project_ver##*dev}" ]; then
local _git_rc=$(git rev-list --count `git rev-parse HEAD`)
_project_ver="${_project_ver}.${_git_rc}"
local _git_commit=$(git rev-parse --short=8 HEAD)
_project_ver="${_project_ver}.${_git_commit}"
fi
[ ${CI_VERBOSE} -gt 0 ] && echo "[ci] run sonar-scanner for ${_project_ver}"
"${SONAR_SCANNER_PATH}" -X \