]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: add missing closing quote sign
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 24 Nov 2019 09:29:57 +0000 (18:29 +0900)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 24 Nov 2019 10:15:20 +0000 (13:15 +0300)
Fixes #14127.

.travis.yml

index ba20097fdf69dc0011e06ffbe0275192f8ddef17..82f62a860f2c7153ca0e72fa3e9504e54a8c94b8 100644 (file)
@@ -126,7 +126,7 @@ jobs:
               - DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env"
               # Coverity env variables
               - PLATFORM="$(uname)"
-              - TOOL_ARCHIVE="/var/tmp/cov-analysis-$PLATFORM.tgz
+              - TOOL_ARCHIVE="/var/tmp/cov-analysis-$PLATFORM.tgz"
               - SCAN_URL="https://scan.coverity.com"
               - UPLOAD_URL="https://scan.coverity.com/builds"
               - COVERITY_SCAN_PROJECT_NAME="$TRAVIS_REPO_SLUG"