mirror of https://github.com/citusdata/citus.git
Rollbacks path parametrization
parent
48c98a9cce
commit
21bd53b158
|
@ -159,7 +159,7 @@ jobs:
|
||||||
- name: Make
|
- name: Make
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
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
|
make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||||
|
|
||||||
# Check the exit code of the make command
|
# Check the exit code of the make command
|
||||||
|
|
Loading…
Reference in New Issue