Skip to content

Commit

Permalink
[CI] Skip linting, since required MANIFEST.txt is not available due t…
Browse files Browse the repository at this point in the history
…o missing sign step.
  • Loading branch information
phertweck committed May 26, 2022
1 parent a2c3cc0 commit 95d9d3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ jobs:
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
- name: Lint plugin
run: |
git clone https://github.com/grafana/plugin-validator
pushd ./plugin-validator/pkg/cmd/plugincheck
go install
popd
plugincheck ${{ steps.metadata.outputs.archive }}
# - name: Lint plugin
# run: |
# git clone https://github.com/grafana/plugin-validator
# pushd ./plugin-validator/pkg/cmd/plugincheck
# go install
# popd
# plugincheck ${{ steps.metadata.outputs.archive }}

- name: Create release
id: create_release
Expand Down

0 comments on commit 95d9d3b

Please sign in to comment.