From 30ecef2e87d376e06a192f0467769e90e3c5cc9a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 31 Mar 2020 10:08:39 +0000 Subject: [PATCH] For future debugging ease, output the Travis tag & branch. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875923 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_before_linux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh index 3d9550169da..41c500f32d4 100755 --- a/test/travis_before_linux.sh +++ b/test/travis_before_linux.sh @@ -4,6 +4,9 @@ if test -v CLEAR_CACHE; then rm -rf $HOME/root fi +: Travis tag = ${TRAVIS_TAG} +: Travis branch = ${TRAVIS_BRANCH} + # Use a rudimental retry workflow as workaround to svn export hanging for minutes. # Travis automatically kills a build if one step takes more than 10 minutes without # reporting any progress. -- 2.47.3