mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Make sure we're not running a test twice
This commit is contained in:
parent
f0574fb2c4
commit
b467850821
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -43,7 +43,7 @@ for (d in distros) {
|
|||
}
|
||||
}
|
||||
|
||||
def prDistros = basePrDistros + distros[rand.nextInt(baseDistros.size())]
|
||||
def prDistros = (basePrDistros + distros[rand.nextInt(baseDistros.size())]).unique()
|
||||
|
||||
def prDistroversions = []
|
||||
for (d in prDistros) {
|
||||
|
|
Loading…
Add table
Reference in a new issue