diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2020-06-24 22:25:14 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-06-24 22:32:56 +0200 |
commit | 595cb4211a69629a912b74f89e7b3993da120b4b (patch) | |
tree | a451889d1eae2a68bc1128fc3cd1b352e32b438d /.travis.yml | |
parent | Merge pull request #16093 from yuwata/network-htb-add-settings-15213 (diff) | |
download | systemd-595cb4211a69629a912b74f89e7b3993da120b4b.tar.xz systemd-595cb4211a69629a912b74f89e7b3993da120b4b.zip |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a72e81552f..9eb6a19eea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)" |