mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix urlfilter plugin path
This commit is contained in:
parent
cc3bb93280
commit
13b998acc7
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ if [ -z "${1}" ]; then
|
|||
git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@dev.iopsys.eu/feed/iopsys.git /opt/dev/iopsys
|
||||
git clone --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@dev.iopsys.eu/bbf/bulkdata.git /opt/dev/bulkdata
|
||||
|
||||
install_plugin /opt/dev/iopsys/urlfilter/files/etc/bbfdm/json/urlfilter.json
|
||||
install_plugin /opt/dev/iopsys/urlfilter/files/etc/bbfdm/plugins/urlfilter.json
|
||||
install_plugin /opt/dev/iopsys/obuspa/files/etc/bbfdm/json/USPAgent.json
|
||||
install_plugin /opt/dev/iopsys/icwmp/files/etc/bbfdm/json/CWMPManagementServer.json
|
||||
install_plugin /opt/dev/iopsys/ponmngr/files/etc/bbfdm/json/xpon.json
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
"repo": "https://dev.iopsys.eu/feed/iopsys.git",
|
||||
"version": "devel",
|
||||
"dm_files": [
|
||||
"urlfilter/files/etc/bbfdm/json/urlfilter.json",
|
||||
"urlfilter/files/etc/bbfdm/plugins/urlfilter.json",
|
||||
"obuspa/files/etc/bbfdm/json/USPAgent.json",
|
||||
"icwmp/files/etc/bbfdm/json/CWMPManagementServer.json",
|
||||
"ponmngr/files/etc/bbfdm/json/xpon.json"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue