We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ee8ab commit 2ea27f5Copy full SHA for 2ea27f5
vars/daosRepos.groovy
@@ -35,7 +35,7 @@ String call(String distro) {
35
36
String pr_repos = prRepos(distro)
37
38
- if (!pr_repos.contains('daos@')) {
+ if (!pr_repos.contains(' daos@')) {
39
pr_repos += ' ' + daos_repo()
40
}
41
0 commit comments