summaryrefslogtreecommitdiff
path: root/packages/openvpn-otp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/openvpn-otp')
-rw-r--r--packages/openvpn-otp/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openvpn-otp/Jenkinsfile b/packages/openvpn-otp/Jenkinsfile
index fdc1dee3..9e0de629 100644
--- a/packages/openvpn-otp/Jenkinsfile
+++ b/packages/openvpn-otp/Jenkinsfile
@@ -28,4 +28,4 @@ def pkgList = [
'buildCmd': 'cd ..; ./build-openvpn-otp.sh'],
]
// Start package build using library function from https://github.com/vyos/vyos-build
-buildPackage('openvpn-otp', pkgList, null, true, "**/packages/openvpn-otp/*")
+buildPackage('openvpn-otp', pkgList, null, true, "**/packages/openvpn-otp/**")