From c5557b7b6a2aa336b331493181650731da691ebb Mon Sep 17 00:00:00 2001 From: gindibay Date: Mon, 24 Jul 2023 12:49:51 +0300 Subject: [PATCH] Adds -e parameter into pipeline step --- .github/workflows/packaging-test-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index ffbf6cd35..f2d568e4c 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -153,6 +153,7 @@ jobs: - name: Make shell: bash run: | + set -e git config --global --add safe.directory ${GITHUB_WORKSPACE} make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log