diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-26 07:11:15 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-26 07:11:15 +0200 |
commit | da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae (patch) | |
tree | 94832677bb82b1704e5f046709f2624eb258f4ee /packages/hostap | |
parent | 6a582926856584baf1a616c7b67ced7b21edf147 (diff) | |
download | vyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.tar.gz vyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.zip |
packages: change glob pattern to be recursive
Diffstat (limited to 'packages/hostap')
-rw-r--r-- | packages/hostap/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile index 70c0e71b..91465cf6 100644 --- a/packages/hostap/Jenkinsfile +++ b/packages/hostap/Jenkinsfile @@ -31,4 +31,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('hostap', pkgList, null, true, "**/packages/hostap/*") +buildPackage('hostap', pkgList, null, true, "**/packages/hostap/**") |