Skip to content
Snippets Groups Projects
Commit 74edebe9 authored by Malte Bauch's avatar Malte Bauch
Browse files

moved plugin.yaml into the specific plugin

parent 9cd63e33
No related branches found
No related tags found
1 merge request!401Change the current gosdn plugin implementation from Go's internal plugin system to hashicorp's go-plugins
Pipeline #127764 failed
This commit is part of merge request !401. Comments created here will be created in the context of that merge request.
......@@ -66,6 +66,7 @@ build-plugins:
d="$${d##*/}";\
rm plugin-registry/plugins/$$d/$(PLUGIN_NAME);\
$(GOBUILD) -o plugin-registry/plugins/$$d/plugin ./plugins/$$d/cmd;\
cp plugins/$$d/plugin.yaml plugin-registry/plugins/$$d/;\
zip -r -j plugin-registry/plugins/$$d/$(PLUGIN_NAME) plugin-registry/plugins/$$d/;\
rm plugin-registry/plugins/$$d/plugin;\
done
......
---
name: "Openconfig"
firmware: "standard"
author: "goSDN-Team"
version: "1.0.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment