coverity: switch back to Fedora 31

Apparently 6 days ago fedora:latest started to point to fedora:32,
which comes with gcc-10. Coverity doesn't support it yet.
This commit is contained in:
Evgeny Vereshchagin 2020-07-12 22:00:16 +00:00
parent 46072ae35a
commit 1374448add
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- stage: Coverity
language: bash
env:
- FEDORA_RELEASE="latest"
- FEDORA_RELEASE="31"
- TOOL_BASE="/var/tmp/coverity-scan-analysis"
- CONT_NAME="coverity-fedora-$FEDORA_RELEASE"
- DOCKER_EXEC="docker exec -ti $CONT_NAME"