]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .travis.yml
Merge pull request #16678 from poettering/loop-configure
[thirdparty/systemd.git] / .travis.yml
index a72e81552fe1c9c93fc58da41b02fa34c1fd3b18..50f8e6a230b5104870da0f098f31c4dbd2d086d3 100644 (file)
@@ -45,8 +45,10 @@ 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"
         - DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env"
           # Coverity env variables
         - PLATFORM="$(uname)"