From: Joe Orton Date: Tue, 31 Mar 2020 10:08:39 +0000 (+0000) Subject: For future debugging ease, output the Travis tag & branch. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ecef2e87d376e06a192f0467769e90e3c5cc9a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.