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

Valera V.Harseko
10.27.2020 55c443787eced0339af722c2856042514e83e3b2
TRAVIS The command "{:"export compare=\"compare"=>"$(git rev-list -n 1
$git_version_last)...$(git rev-list -n 1 $git_version)\""}" failed and
exited with 127 during .
1 files modified
2 ■■■ changed files
.travis.yml 2 ●●● patch | view | raw | blame | history
.travis.yml
@@ -92,7 +92,7 @@
  - git fetch -t
  - export git_version_last="$(git describe --abbrev=0 --tags)"
  - export git_version="$(echo $git_version_last | awk -F . '{ printf "%d.%d.%d", $1,$2,$3 + 1}')"
  - export compare="compare: $(git rev-list -n 1 $git_version_last)...$(git rev-list -n 1 $git_version)"
  - export compare="$(git rev-list -n 1 $git_version_last)...$(git rev-list -n 1 $git_version)"
  - env | sort
  - git log `git describe --tags --abbrev=0 HEAD^`..HEAD --oneline
install: