Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
Fix github runner exit behaviour
  • Loading branch information
Heisath authored May 29, 2021
1 parent 23617de commit 298f209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ build_kernel()

# abort point for github runner to keep it from messing with permissions
if [[ $GHRUNNER == 'on' ]]; then
return
exit 0
fi

# fix permissions on folders for usability
Expand Down

0 comments on commit 298f209

Please sign in to comment.