finally got the exit status right for github build action fp_build.sh calls
This commit is contained in:
parent
629dde3ba2
commit
8d1ee3d8be
|
|
@ -238,7 +238,7 @@ process_build_string() {
|
|||
if [[ "${run_build}" == "yes" ]]; then
|
||||
echo "fp_build.sh: Running QMK Build...."
|
||||
echo ""
|
||||
build_run_output=$(eval "${build_string}" | tee /dev/stderr)
|
||||
eval "${build_string}"
|
||||
build_run_status=$?
|
||||
if [[ $build_run_status -ne 0 ]]; then
|
||||
echo "${0} build run failed with status ${build_run_status}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue