From a0f4269633b051a3198fc93d72274de9961fee66 Mon Sep 17 00:00:00 2001 From: Volumio Date: Sun, 5 May 2024 11:47:55 +0200 Subject: [PATCH] test --- travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-script.sh b/travis-script.sh index 1707ad61f..bebacbd9f 100644 --- a/travis-script.sh +++ b/travis-script.sh @@ -3,7 +3,7 @@ # exit with nonzero exit code if anything fails set -e -console.log(${GH_REF}) +echo $GH_REF # Build the classic UI and move it into "dist-volumio" echo "Building Volumio UI"