Skip to content

Commit

Permalink
Merge branch '2.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Apr 11, 2018
2 parents ad5b8e8 + 8d4e5cb commit eff6ce5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/scripts/determine-email-body.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
set -e

mkdir email-details

PREV_SHA=$(git rev-parse HEAD^1)
PREV_STATUSES=$(curl https://api.github.com/repos/spring-projects/spring-boot/commits/$PREV_SHA/statuses)
PREV_STATES=echo $PREV_STATUSES | jq -r '.[] | select(.context == "build") | .state'
Expand Down

0 comments on commit eff6ce5

Please sign in to comment.