Skip to content

Commit

Permalink
Fixed build.sh fail detection
Browse files Browse the repository at this point in the history
  • Loading branch information
twihno committed Jul 13, 2021
1 parent ecca1f2 commit ee1e563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ print_return_value () {
# Create pdf files
echo -e "\n\e[32m\e[1m*** Run build.sh ***\e[0m"
./build.sh
build_return=$?
echo "--------------------"
print_return_value $?
echo "⬆ Run build.sh"
print_return_value $build_return

# Create release notes
echo -e "\n\e[32m\e[1m*** Create release notes ***\e[0m"
Expand Down

0 comments on commit ee1e563

Please sign in to comment.