Skip to content

Commit

Permalink
Remove the skip check?
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Jun 25, 2024
1 parent c22ffa9 commit d418d66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/sh
set -e

git log origin/master... | grep -q SKIP_BUILD && exit 0

[ -z "$UPDATE_COVERAGE" ] || composer require satooshi/php-coveralls:v1.1.0

composer install
Expand Down

0 comments on commit d418d66

Please sign in to comment.