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
Branches
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
......@@ -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