mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Prevent npm from outputting repo URL
This commit is contained in:
parent
1b9f9e63d6
commit
fa0918b592
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ after_script:
|
|||
# Publish to gh-pages as most recent committer
|
||||
git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
npm run deploy -- -x -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
|
||||
npm run --silent deploy -- -x -r $GH_PAGES_REPO
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue