Skip to content

Commit

Permalink
[TC] Change git pull to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Jul 27, 2023
1 parent 6d70044 commit 25570e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/_Self/buildTypes/ReleaseDev.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object ReleaseDev : IdeaVimBuildType({
}
script {
name = "Pull git history"
scriptContent = "git pull --unshallow"
scriptContent = "git fetch --unshallow"
}
gradle {
name = "Calculate new dev version"
Expand Down

0 comments on commit 25570e2

Please sign in to comment.