]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
For future debugging ease, output the Travis tag & branch. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 31 Mar 2020 10:08:39 +0000 (10:08 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 31 Mar 2020 10:08:39 +0000 (10:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875923 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

index 3d9550169da0cb3651e6a00d7c27ced6f233a2d6..41c500f32d48af9b41ab9660601f264e0f69c42c 100755 (executable)
@@ -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.