From 2396fa7340dcafcd5e9c8e5920cb4b09316c5790 Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Sat, 10 Sep 2022 19:32:41 +0200 Subject: [PATCH] Fix b_ems --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f016a48c5..1b301e2ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1016,12 +1016,15 @@ jobs: - store_artifacts: *artifacts_test_results - gitter_notify_failure_unless_pr + # NOTE: work around to git unsafe repository error by adding /root/project as a safe.directory + # See https://github.com/CircleCI-Public/cimg-base/issues/170 b_ems: <<: *base_ems_large environment: TERM: xterm MAKEFLAGS: -j 10 steps: + - run: git config --global --add safe.directory /root/project - checkout - run: name: Build