Fix syntax in bash script
This commit is contained in:
parent
2e8d26150b
commit
5da22b5bff
|
|
@ -4,6 +4,6 @@ source $(dirname $0)/common.sh
|
|||
|
||||
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )
|
||||
|
||||
java -jar /spring-boot-release-scripts.jar publishToSdkman $RELEASE_TYPE $version $BRANCH || {exit 1;}
|
||||
java -jar /spring-boot-release-scripts.jar publishToSdkman $RELEASE_TYPE $version $BRANCH || { exit 1; }
|
||||
|
||||
echo "Push to SDKMAN complete"
|
||||
|
|
|
|||
Loading…
Reference in New Issue