Skip to content

Commit

Permalink
Reverted erroneously committed build script fixes for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclement committed Apr 1, 2021
1 parent 3b40c16 commit 64373da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_for_ultimaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env_check()

run_build()
{
run_in_docker "./build.sh" "${@:-}"
run_in_docker "./build.sh" "${@}"
}

deliver_pkg()
Expand Down Expand Up @@ -114,7 +114,7 @@ if [ "${run_linters}" = "yes" ]; then
run_linters
fi

run_build "${@:-}"
run_build "${@}"

if [ "${run_tests}" = "yes" ]; then
run_tests
Expand Down

0 comments on commit 64373da

Please sign in to comment.