mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-14 01:09:51 -04:00
Merge pull request #647 from rschamp/travis/fix-deploy
Convert multi-entry script to single scalar
This commit is contained in:
commit
b4d95cdcaf
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ jobs:
|
|||
all_branches: true
|
||||
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
|
||||
skip_cleanup: true
|
||||
script:
|
||||
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
- npm run --silent deploy -- -x -r $GH_PAGES_REPO
|
||||
script: git config --global user.email $(git log --pretty=format:"%ae" -n1) && git config --global user.name $(git log --pretty=format:"%an" -n1) && npm run --silent deploy -- -x -r $GH_PAGES_REPO
|
||||
- provider: npm
|
||||
"on":
|
||||
all_branches: true
|
||||
|
|
Loading…
Reference in a new issue