Skip to content

Commit 9462836

Browse files
committed
disable linting since it requires public signature
1 parent a12acfa commit 9462836

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ jobs:
117117
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
118118
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
119119
120-
- name: Lint plugin
121-
run: |
122-
git clone https://github.com/grafana/plugin-validator
123-
pushd ./plugin-validator/pkg/cmd/plugincheck
124-
go install
125-
popd
126-
plugincheck ${{ steps.metadata.outputs.archive }}
120+
# - name: Lint plugin
121+
# run: |
122+
# git clone https://github.com/grafana/plugin-validator
123+
# pushd ./plugin-validator/pkg/cmd/plugincheck
124+
# go install
125+
# popd
126+
# plugincheck ${{ steps.metadata.outputs.archive }}
127127

128128
- name: Create release
129129
id: create_release
@@ -158,8 +158,8 @@ jobs:
158158
asset_name: ${{ steps.metadata.outputs.archive-checksum }}
159159
asset_content_type: text/plain
160160

161-
- name: Publish to Grafana.com
162-
run: |
163-
echo A draft release has been created for your plugin. Please review and publish it. Then submit your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry:
164-
echo
165-
echo '{ "id": "${{ steps.metadata.outputs.plugin-id }}", "type": "${{ steps.metadata.outputs.plugin-type }}", "url": "https://github.com/${{ github.repository }}", "versions": [ { "version": "${{ steps.metadata.outputs.plugin-version }}", "commit": "${{ github.sha }}", "url": "https://github.com/${{ github.repository }}", "download": { "any": { "url": "https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.plugin-version }}/${{ steps.metadata.outputs.archive }}", "md5": "${{ steps.package-plugin.outputs.checksum }}" } } } ] }' | jq .
161+
# - name: Publish to Grafana.com
162+
# run: |
163+
# echo A draft release has been created for your plugin. Please review and publish it. Then submit your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry:
164+
# echo
165+
# echo '{ "id": "${{ steps.metadata.outputs.plugin-id }}", "type": "${{ steps.metadata.outputs.plugin-type }}", "url": "https://github.com/${{ github.repository }}", "versions": [ { "version": "${{ steps.metadata.outputs.plugin-version }}", "commit": "${{ github.sha }}", "url": "https://github.com/${{ github.repository }}", "download": { "any": { "url": "https://github.com/${{ github.repository }}/releases/download/v${{ steps.metadata.outputs.plugin-version }}/${{ steps.metadata.outputs.archive }}", "md5": "${{ steps.package-plugin.outputs.checksum }}" } } } ] }' | jq .

src/plugin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "panel",
44
"name": "oc-icon-stat-panel",
5-
"id": "oc-icon-stat-panel",
5+
"id": "orchestracities-icon-stat-panel",
66
"info": {
77
"description": "",
88
"author": {
9-
"name": "Federico M. Facca",
10-
"url": ""
9+
"name": "Orchestra Cities",
10+
"url": "https://github.com/orchestracities"
1111
},
12-
"keywords": [],
12+
"keywords": ["icons", "trend"],
1313
"logos": {
1414
"small": "img/icn-singlestat-panel.svg",
1515
"large": "img/icn-singlestat-panel.svg"
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/orchestracities/statistics-panel/blob/master/LICENSE"
2525
}
2626
],
27-
"screenshots": [],
27+
"screenshots": [{"name": "example", "path": "example.png"}],
2828
"version": "%VERSION%",
2929
"updated": "%TODAY%"
3030
},

0 commit comments

Comments
 (0)