Unverified Commit e2a3f309 authored by Moshe Kaplan's avatar Moshe Kaplan Committed by GitHub
Browse files

coverity.yml: Upload should go to project redis-unstable (#12841)

Coverity project name was changed from redis to redis-unstable. Fix the
upload destination to also go to redis-unstable.

Continuation of #12807
parent 2f6d4dab
......@@ -25,7 +25,7 @@ jobs:
run: |
tar czvf cov-int.tgz cov-int
curl \
--form project=redis \
--form project=redis-unstable \
--form email=${{ secrets.COVERITY_SCAN_EMAIL }} \
--form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
--form file=@cov-int.tgz \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment