File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 run : |
1919 sudo apt-get install jq
2020
21- - name : plugin_json_to_unsigned .sh should not change src.plugin.json
21+ - name : plugin_json_to_cloud .sh should not change src.plugin.json
2222 run : |
2323 # src/plugin.json and plugin_json_to_cloud.sh
2424 # should contain the same ids and strings
2525 # this test makes sure they stay in sync
2626 jq --sort-keys . src/plugin.json > /tmp/before.json
27- bash utils/plugin_json_to_unsigned .sh
27+ bash utils/plugin_json_to_cloud .sh
2828 jq --sort-keys . src/plugin.json > /tmp/after.json
2929 diff /tmp/before.json /tmp/after.json
3030
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
33 "type" : " datasource" ,
4- "name" : " Checkmk" ,
5- "id" : " tribe-29- checkmk-datasource" ,
4+ "name" : " Checkmk for Cloud Edition " ,
5+ "id" : " checkmk-cloud -datasource" ,
66 "metrics" : true ,
77 "info" : {
8- "description" : " Checkmk data source" ,
8+ "description" : " Checkmk data source for Checkmk Cloud Edition " ,
99 "author" : {
1010 "name" : " Checkmk GmbH" ,
1111 "url" : " https://github.com/Checkmk/"
You can’t perform that action at this time.
0 commit comments