From b5fef500af829ed041b9b710e4ef66b307fec955 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Fri, 22 Sep 2023 08:58:29 +0200 Subject: [PATCH] fix: Fix model validation --- ci-templates/gitlab/model-validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-templates/gitlab/model-validation.yml b/ci-templates/gitlab/model-validation.yml index 9d4ab76b..53083a26 100644 --- a/ci-templates/gitlab/model-validation.yml +++ b/ci-templates/gitlab/model-validation.yml @@ -6,6 +6,7 @@ model-validation: name: $DOCKER_REGISTRY/capella/base:${CAPELLA_DOCKER_IMAGES_TAG} entrypoint: [""] script: + - git config --global --add safe.directory "*" - git fetch - if [ ! -z $CI_COMMIT_BRANCH ]; then git reset --hard origin/$CI_COMMIT_BRANCH; fi - BUILD_DIR=$(pwd)