Skip to content

Commit

Permalink
[TC] Add additional git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Jul 27, 2023
1 parent bef928a commit 85333e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fun main(args: Array<String>) {
"We should be on master branch"
}
val git = getGit(projectDir)
git.pull().call()
val log = git.log().setMaxCount(500).call()
println("First commit hash in log: " + log.first().name)
val logDiff = log.takeWhile { it.id.name != objectId.name }
Expand Down

0 comments on commit 85333e0

Please sign in to comment.