Skip to content

Commit

Permalink
remove plugin linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Aug 13, 2021
1 parent f429182 commit 599bf28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@ jobs:
- name: Get checksum
run: |
echo "GRAFANA_PLUGIN_CHECKSUM=$(cat ./${{ env.GRAFANA_PLUGIN_ARTIFACT_CHECKSUM }} | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/setup-go@master
with:
go-version: '1.16'
- name: Lint Plugin
run: |
git clone https://github.com/grafana/plugin-validator;
cd ./plugin-validator/cmd/plugincheck;
go install
cd ../../;
plugincheck ${{ steps.upload-plugin-asset.outputs.browser_download_url }};
- name: Test locally
run: |
echo To test the plugin locally, execute the following command.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Inspired by https://github.com/xiz-kak/grafana-on-heroku
FROM grafana/grafana
ENV GF_INSTALL_PLUGINS https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.7/yesoreyeram-infinity-datasource-0.7.7.zip;yesoreyeram-infinity-datasource,grafana-worldmap-panel,grafana-clock-panel,yesoreyeram-boomtheme-panel,yesoreyeram-boomtable-panel,https://github.com/yesoreyeram/yesoreyeram-boomsummary-panel/archive/deecb03210355a7ddd1dfca00474b0bcc28b9b4a.zip;yesoreyeram-boomsummary-panel,https://github.com/yesoreyeram/grafana-boomcomments-panel/archive/2bcba5987e930f18c64e4b648ce49a01639ded8f.zip;yesoreyeram-boomcomments-panel,https://github.com/yesoreyeram/grafana-infinity-panel/archive/90648a35cb87948b27bc6a28f5308b21f1b0880c.zip;yesoreyeram-infinity-panel,https://github.com/yesoreyeram/grafana-guidedtour-panel/releases/download/v0.0.4/yesoreyeram-guidedtour-panel-0.0.4.zip;yesoreyeram-guidedtour-panel,https://github.com/yesoreyeram/grafana-slideshow-panel/releases/download/v0.0.1/yesoreyeram-slideshow-panel-0.0.1.zip;yesoreyeram-slideshow-panel
ENV GF_INSTALL_PLUGINS https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.8/yesoreyeram-infinity-datasource-0.7.8.zip;yesoreyeram-infinity-datasource,grafana-worldmap-panel,grafana-clock-panel,yesoreyeram-boomtheme-panel,yesoreyeram-boomtable-panel,https://github.com/yesoreyeram/yesoreyeram-boomsummary-panel/archive/deecb03210355a7ddd1dfca00474b0bcc28b9b4a.zip;yesoreyeram-boomsummary-panel,https://github.com/yesoreyeram/grafana-boomcomments-panel/archive/2bcba5987e930f18c64e4b648ce49a01639ded8f.zip;yesoreyeram-boomcomments-panel,https://github.com/yesoreyeram/grafana-infinity-panel/archive/90648a35cb87948b27bc6a28f5308b21f1b0880c.zip;yesoreyeram-infinity-panel,https://github.com/yesoreyeram/grafana-guidedtour-panel/releases/download/v0.0.4/yesoreyeram-guidedtour-panel-0.0.4.zip;yesoreyeram-guidedtour-panel,https://github.com/yesoreyeram/grafana-slideshow-panel/releases/download/v0.0.1/yesoreyeram-slideshow-panel-0.0.1.zip;yesoreyeram-slideshow-panel
ADD ./try/heroku.sh /
ADD ./try/grafana.ini /etc/grafana/grafana.ini
ADD ./try/config/provisioning/datasources/default.yml /etc/grafana/provisioning/datasources/default.yml
Expand Down

1 comment on commit 599bf28

@vercel
Copy link

@vercel vercel bot commented on 599bf28 Aug 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.