From fc2c3bb973ffaf8a82546a2c5f57a1db2c093bc2 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Tue, 18 Aug 2020 12:16:42 +0300 Subject: [PATCH] ACS-457: Build linkage, tagging and release - add debug/info message on the *cloneUpstream* build scripts --- scripts/travis/build_functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis/build_functions.sh b/scripts/travis/build_functions.sh index 51f642b01..da96fa490 100644 --- a/scripts/travis/build_functions.sh +++ b/scripts/travis/build_functions.sh @@ -12,6 +12,8 @@ function cloneRepo() { local REPO="${1}" local TAG_OR_BRANCH="${2}" + printf "Clonning \"%s\" on %s" "${TAG_OR_BRANCH}" "${REPO}" + # clone the repository branch/tag pushd "$(dirname "${BASH_SOURCE[0]}")/../../../" >/dev/null