mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-09 17:45:10 +00:00
ACS-457: Build linkage, tagging and release
- add debug/info message on the *cloneUpstream* build scripts
This commit is contained in:
parent
ae27d6432f
commit
45d05db435
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user