From c71837ac1564b0c85cb77a29748e618f9707ec19 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Mon, 28 Sep 2020 13:21:55 +0300 Subject: [PATCH] REPO-5111 Test update_downstream.sh fix (2) [skip tests] [no release] --- scripts/travis/update_downstream.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/travis/update_downstream.sh b/scripts/travis/update_downstream.sh index f852909fcb..d8f54c3c8e 100644 --- a/scripts/travis/update_downstream.sh +++ b/scripts/travis/update_downstream.sh @@ -11,8 +11,8 @@ git fetch origin "${TRAVIS_BRANCH}" git checkout "${TRAVIS_BRANCH}" git pull -# Retrieve the current Community version -VERSION="$(evaluatePomProperty "project.version")" +# Retrieve the current Community version - latest tag on the current branch +VERSION="$(git describe --abbrev=0 --tags)" DOWNSTREAM_REPO="github.com/Alfresco/alfresco-enterprise-repo.git"