Merge branch '2.0.x'
This commit is contained in:
commit
eff6ce5c3c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue