mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +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}'..." )
|
||||
executeGitCommand( 'switch', project.gitBranch )
|
||||
executeGitCommand( 'checkout', project.gitBranch )
|
||||
|
||||
logger.lifecycle( "Checking that all commits are pushed..." )
|
||||
String diffWithUpstream = executeGitCommand( 'diff', '@{u}' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user