Jump Build To Debug CI <9>
This commit is contained in:
@@ -16,8 +16,8 @@ if [ $pre = "true" ]; then
|
|||||||
else
|
else
|
||||||
channel="default"
|
channel="default"
|
||||||
fi
|
fi
|
||||||
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
|
||||||
number=$(git log --oneline "ver/1.20.4" ^$latest_tag | wc -l)
|
number=$(git log --oneline ver/1.20.4 ^$(git describe --tags --abbrev=0) | wc -l)
|
||||||
changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed ':a;N;$!ba;s/\n//g')
|
changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed ':a;N;$!ba;s/\n//g')
|
||||||
jar_sha256=`sha256 build/libs/luminol-1.20.4-paperclip.jar`
|
jar_sha256=`sha256 build/libs/luminol-1.20.4-paperclip.jar`
|
||||||
echo "$jar_sha256"
|
echo "$jar_sha256"
|
||||||
|
|||||||
Reference in New Issue
Block a user