mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
16.42.2018 8a286e5251ed103e4fa260f1fcded351003cd8ca
fatal: No names found, cannot describe anything.
1 files modified
2 ■■■ changed files
.travis.yml 2 ●●● patch | view | raw | blame | history
.travis.yml
@@ -50,7 +50,7 @@
  - export git_version_last="$(git describe $(git rev-list --tags --max-count=1))"
  - export git_version="$(echo $git_version_last | awk -F . '{ printf "%d.%d.%d", $1,$2,$3 + 1}')"
  - env | sort
  - git log `git describe --tags --abbrev=0 HEAD^`..HEAD --oneline
  - git fetch -t; git log `git describe --tags --abbrev=0 HEAD^`..HEAD --oneline
  - mvn -q -B -DskipTests clean install -f forgerock-parent
script:
  - mvn -q -B clean install