Skip to content

Commit

Permalink
Merge pull request #152 from c9s/c9s-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s authored Feb 12, 2023
2 parents 9b69f38 + b6639e5 commit 91405ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
mkdir coverity
tar xzf coverity-linux64.tgz --strip 1 -C coverity
echo "$(pwd)/coverity/bin" >> $GITHUB_PATH
env:
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
- name: Build with Coverity
run: |
Expand All @@ -33,5 +31,3 @@ jobs:
--form file=@r3.tgz \
--form version=${GITHUB_SHA} \
https://scan.coverity.com/builds?project=r3
env:
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}

0 comments on commit 91405ad

Please sign in to comment.