Skip to content

Commit

Permalink
Remove coverity cache (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 2, 2024
1 parent eb29e8a commit 95b57df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,7 @@ jobs:
MARIADB_PORT: ${{ job.services.mariadb.ports[3306] }}
GITHUB_TOKEN: ${{ github.token }}

- name: Cache Coverity
id: cache_coverity
uses: actions/cache@v4
with:
path: ${{ env.COVERITY }}
key: coverity

- name: Download Coverity
if: steps.cache_coverity.outputs.cache-hit != 'true'
run: |
wget --quiet https://scan.coverity.com/download/linux64 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=pth_06" -O ${{ env.COVERITY }}.tgz
mkdir -p ${{ env.COVERITY }}
Expand Down

0 comments on commit 95b57df

Please sign in to comment.