We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed05fe commit ace0a1fCopy full SHA for ace0a1f
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