Skip to content

Commit

Permalink
remove quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
1 parent 0816c50 commit 68816a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ 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]"


git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/volumio/Volumio2-UI.git

# Push classic UI on 'dist' branch
Expand All @@ -35,7 +33,7 @@ echo "Initializing Git Repo"
git init && git add . && git commit -m "Deploy to dist branch"

echo "Pushing to dist branch"
git push --force --quiet master:dist
git push --force "https://${GH_TOKEN}@${GH_REF}" master:dist

cd ..

Expand Down

0 comments on commit 68816a0

Please sign in to comment.