diff options
Diffstat (limited to 'packages/hsflowd')
-rw-r--r-- | packages/hsflowd/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hsflowd/Jenkinsfile b/packages/hsflowd/Jenkinsfile index 06bb3c20..775d0ac7 100644 --- a/packages/hsflowd/Jenkinsfile +++ b/packages/hsflowd/Jenkinsfile @@ -29,4 +29,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('hsflowd', pkgList, null, true, "**/packages/hsflowd/*") +buildPackage('hsflowd', pkgList, null, true, "**/packages/hsflowd/**") |