Skip to content

Commit

Permalink
Fixed pull-request-cs.sh so that report file is always created
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Sep 20, 2017
1 parent 37d5427 commit e563e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pull-request-cs.sh
Expand Up @@ -31,7 +31,7 @@ MAX_LOG_FILE_SIZE=5120
REMOTE_CSSLINTRC=https://raw.github.com/ezsystems/ezcs/master/css/csslintrc
CSSLINTRC=.csslintrc


touch $REPORT
setCommitStatus.php "$REPO" $(git rev-parse HEAD) "pending" "" "Code review by ezrobot" "ezrobot/$TOOL"

if [ "$TOOL" = "phpcs" ] ; then
Expand Down

0 comments on commit e563e76

Please sign in to comment.