From 95750f7a82666be6dc8392dc00b546d694278824 Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 21:45:59 +0300 Subject: [PATCH] Fixes git error --- .github/workflows/packaging-test-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 1c6b0bd99..d71ad73f0 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -76,7 +76,7 @@ jobs: - name: Make run: | set -ex - git config --global --add safe.directory ${{ github.workspace }} + git config --global --add safe.directory /__w/citus/citus make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log - name: Make install @@ -150,6 +150,7 @@ jobs: - name: Make run: | set -ex + git config --global --add safe.directory /__w/citus/citus make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log - name: Make install