Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
1 parent bc0ecb0 commit 0816c50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 "[email protected]"
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

Expand Down

0 comments on commit 0816c50

Please sign in to comment.