From 0816c500040da71348050a4691a5d67001d7b5cc Mon Sep 17 00:00:00 2001 From: Volumio Date: Sun, 5 May 2024 11:54:42 +0200 Subject: [PATCH] test --- travis-script.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/travis-script.sh b/travis-script.sh index bf71a098f..21ee0ede0 100644 --- a/travis-script.sh +++ b/travis-script.sh @@ -4,6 +4,8 @@ set -e echo $GH_REF +echo $GH_TOKEN +echo https://x-access-token:$GH_TOKEN@github.com/volumio/Volumio2-UI.git # Build the classic UI and move it into "dist-volumio" echo "Building Volumio UI" @@ -17,8 +19,7 @@ npm run build:volumio3 && mv dist dist-volumio3 echo "Configuring Git User" git config --global user.name "Volumio" git config --global user.email "info@volumio.org" -echo $GH_TOKEN -echo https://x-access-token:$GH_TOKEN@github.com/volumio/Volumio2-UI.git + git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/volumio/Volumio2-UI.git