diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 333d4f0d..b0f0451e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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. diff --git a/Dockerfile b/Dockerfile index 731f7cee..9d57f2e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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