Skip to content

Commit

Permalink
fix(run_all): Add exit 0 to script
Browse files Browse the repository at this point in the history
  • Loading branch information
ig1na committed Jul 30, 2019
1 parent 010a68e commit 1815148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/scripts/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ for script in $(ls `dirname "$0"`/)
do
[ "$script" != "run_all.sh" ] && `dirname "$0"`/$script
done

exit 0;

0 comments on commit 1815148

Please sign in to comment.