File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717set -ev
1818
19- # decrypt credentials
2019openssl aes-256-cbc -K $encrypted_b8aa0887832a_key -iv $encrypted_b8aa0887832a_iv -in key.json.enc -out key.json -d
2120
22- # create new coverage report
23- npm run coveralls
24-
25- # ## Update docs
26- # generate new set of json files in docs/json/master
2721npm run docs
22+ npm run system-test
23+
2824git submodule add -f -b gh-pages https://${GH_OAUTH_TOKEN} @github.com/${GH_OWNER} /${GH_PROJECT_NAME} ghpages
2925# copy set of json to tag folder
3026test -d " ghpages/json/${TRAVIS_TAG} " && exit 0 || mkdir ghpages/json/${TRAVIS_TAG}
@@ -37,6 +33,8 @@ cd ghpages
3733git add json
3834git add manifest.json
3935# commit to gh-pages branch
40- git config user.name " selfiebot"
36+ git config user.name " travis-ci"
37+ git config user.email
" [email protected] " 4138git commit -m " Update docs for ${TRAVIS_TAG} "
39+ git status
4240git push https://${GH_OAUTH_TOKEN} @github.com/${GH_OWNER} /${GH_PROJECT_NAME} HEAD:gh-pages
You can’t perform that action at this time.
0 commit comments