Skip to content

Commit

Permalink
Fix workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jul 31, 2020
1 parent 5abd3d2 commit 6fe2126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def getParallelWorkspaces() {
workspaces = findFiles(glob: '*/kibana/package.json')
.collect {
// get the paths to the kibana directories for the parallel workspaces
return it.path.tokenize('/').dropRight(1).join('/')
return parallelWorkspace + it.path.tokenize('/').dropRight(1).join('/')
}
}
}
Expand Down

0 comments on commit 6fe2126

Please sign in to comment.