Skip to content

Commit

Permalink
Update branch spec for scheduled build of Docker images. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKoltsov1997 authored Sep 26, 2023
1 parent f34b5b7 commit 3068115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TeamCityScheduledImageBuildLinux_Base(private val platform: String, privat
id("TeamCityScheduledImageBuildLinux_Base${platform}")

vcs {
root(TeamCityDockerImagesRepo.TeamCityDockerImagesRepo)
root(TeamCityDockerImagesRepo.TeamCityDockerImagesRepo.apply { branchSpec = "+:refs/heads/*"})
}

// all .yml files (e.g. compose samples)
Expand Down

0 comments on commit 3068115

Please sign in to comment.