From 7eee5386fb4a982b601d756ca762958ee4490652 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..603821dd 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)