ACS-3841 Test a matrix strategy

This commit is contained in:
Damian.Ujma@hyland.com
2022-11-23 09:31:40 +01:00
parent 2bff9eeb00
commit 0f70ac9eba
4 changed files with 426 additions and 363 deletions

View File

@@ -5,7 +5,7 @@ function cloneRepo() {
local REPO="${1}"
local TAG_OR_BRANCH="${2}"
printf "Clonning \"%s\" on %s\n" "${TAG_OR_BRANCH}" "${REPO}"
printf "Cloning \"%s\" on %s\n" "${TAG_OR_BRANCH}" "${REPO}"
# clone the repository branch/tag
pushd "$(dirname "${BASH_SOURCE[0]}")/../../../" >/dev/null