]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: drop forgotten Travis references
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 3 Mar 2021 11:33:38 +0000 (12:33 +0100)
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>
Thu, 22 Jul 2021 12:18:33 +0000 (14:18 +0200)
rhel-only
Related: #1934504

.github/workflows/unit_tests.sh

index ea4f7e7592c7448b37b3c9c4702a266ea6d5edcb..43882b27dab57a07ec7a91e521980b0535e77840 100755 (executable)
@@ -68,7 +68,7 @@ for phase in "${PHASES[@]}"; do
     case $phase in
         SETUP)
             info "Setup phase"
-            info "Using Travis $CENTOS_RELEASE"
+            info "Using $CENTOS_RELEASE image"
             # Pull a Docker image and start a new container
             docker pull quay.io/centos/centos:$CENTOS_RELEASE
             info "Starting container $CONT_NAME"
@@ -110,7 +110,6 @@ for phase in "${PHASES[@]}"; do
             docker exec --interactive=false \
                 -e UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 \
                 -e ASAN_OPTIONS=strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 \
-                -e "TRAVIS=$TRAVIS" \
                 -t $CONT_NAME \
                 meson test --timeout-multiplier=3 -C ./build/ --print-errorlogs
             ;;