ci: bring back Coverity

Looks like DOCKER_EXEC got lost somewhere along the way, which, in
turn, caused the "coverity" job to fail with
```
$ $DOCKER_EXEC meson cov-build -Dman=false
Command 'meson' not found, but can be installed with:
apt install meson
Please ask your administrator.
```

https://travis-ci.org/github/systemd/systemd/builds/701705788
This commit is contained in:
Evgeny Vereshchagin 2020-06-24 22:25:14 +02:00 committed by Frantisek Sumsal
parent c4e90266db
commit 595cb4211a
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
env:
- FEDORA_RELEASE="latest"
- TOOL_BASE="/var/tmp/coverity-scan-analysis"
- DOCKER_EXEC="docker exec -ti $CONT_NAME"
- DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env"
# Coverity env variables
- PLATFORM="$(uname)"