HHH-14083 Fix issue with git command
This commit is contained in:
parent
43df7fdff8
commit
00aceba685
|
@ -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…
Reference in New Issue