From 21bd53b1588df9f8c4ee49db9a46090f7a42a79b Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 22:38:40 +0300 Subject: [PATCH] Rollbacks path parametrization --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 547c928b2..63e1095c3 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -159,7 +159,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 -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log # Check the exit code of the make command