This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit 41088bc913b794ca50b85076725e3e04748a0ac2 Author: jstastny-cz <[email protected]> AuthorDate: Fri Nov 10 12:50:34 2023 +0100 adjust KOGITO_APPS_REPO_NAME --- scripts/build-kogito-apps-components.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-kogito-apps-components.sh b/scripts/build-kogito-apps-components.sh index 2703cb5f..486dda8c 100755 --- a/scripts/build-kogito-apps-components.sh +++ b/scripts/build-kogito-apps-components.sh @@ -8,12 +8,12 @@ set -e set -o pipefail -KOGITO_APPS_REPO_NAME="kogito-apps" +KOGITO_APPS_REPO_NAME="incubator-kie-kogito-apps" # Read entries before sourcing imageName="${1}" gitBranch="${2:-main}" -gitUri="${3:-https://github.com/apache/incubator-kie-kogito-apps.git}" +gitUri="${3:-https://github.com/apache/${KOGITO_APPS_REPO_NAME}.git}" contextDir="" shift $# --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
