mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Convert multi-entry script to single scalar
Multi-entries aren't supported https://docs.travis-ci.com/user/deployment/script
This commit is contained in:
parent
0e11ff1c23
commit
55d0b2650c
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ jobs:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
|
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script:
|
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
|
||||||
- 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
|
- provider: npm
|
||||||
"on":
|
"on":
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
|
Loading…
Reference in a new issue