Skip to content

Commit

Permalink
.github: sync settings with Coverity project
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Apr 17, 2024
1 parent aabf05f commit 167d4c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
env:
PROJECT_NAME: mcd
CONTACT_EMAIL: [email protected]
COVERITY_NAME: kernelkit-mcd
COVERITY_PROJ: kernelkit%2Fmcd
COVERITY_PROJ: mcd

jobs:
coverity:
Expand Down Expand Up @@ -49,7 +48,6 @@ jobs:
run: |
tar czvf ${PROJECT_NAME}.tgz cov-int
curl \
--form project=${COVERITY_NAME} \
--form token=$TOKEN \
--form email=${CONTACT_EMAIL} \
--form file=@${PROJECT_NAME}.tgz \
Expand Down

0 comments on commit 167d4c5

Please sign in to comment.