mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
HHH-14083 Fix issue with git command
This commit is contained in:
parent
c62674c28d
commit
4cf9591501
@ -45,7 +45,7 @@ task releaseChecks() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
logger.lifecycle( "Switching to branch '${project.gitBranch}'..." )
|
logger.lifecycle( "Switching to branch '${project.gitBranch}'..." )
|
||||||
executeGitCommand( 'switch', project.gitBranch )
|
executeGitCommand( 'checkout', project.gitBranch )
|
||||||
|
|
||||||
logger.lifecycle( "Checking that all commits are pushed..." )
|
logger.lifecycle( "Checking that all commits are pushed..." )
|
||||||
String diffWithUpstream = executeGitCommand( 'diff', '@{u}' )
|
String diffWithUpstream = executeGitCommand( 'diff', '@{u}' )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user