No need to create output directory
This commit is contained in:
parent
ee8188a19c
commit
8d4e5cbfb7
|
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdir email-details
|
|
||||||
|
|
||||||
PREV_SHA=$(git rev-parse HEAD^1)
|
PREV_SHA=$(git rev-parse HEAD^1)
|
||||||
PREV_STATUSES=$(curl https://api.github.com/repos/spring-projects/spring-boot/commits/$PREV_SHA/statuses)
|
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'
|
PREV_STATES=echo $PREV_STATUSES | jq -r '.[] | select(.context == "build") | .state'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue