mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-25 12:55:21 +00:00
HHH-14083 Fix issue with git command
This commit is contained in:
parent
4668466fd7
commit
766ed3f2bf
@ -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