File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
package-lock.json
2
2
node_modules
3
3
platforms /
4
- screenshots /
5
- ! screenshots /.gitkeep
4
+ screenshots /
Original file line number Diff line number Diff line change 3
3
git config --global user.email
" [email protected] "
4
4
git config --global user.name " Travis CI"
5
5
6
- git checkout -b gh-pages
7
6
git add -f screenshots
8
7
git commit --message " Travis deploy: $TRAVIS_JOB_NUMBER "
9
8
10
- git remote add origin-pages https://${GITHUB_TOKEN} @github.com/rigor789/nativescript-vue-ui-tests.git > /dev/null 2>&1
11
- git push --force origin-pages gh-pages
9
+ git remote add origin-push https://${GITHUB_TOKEN} @github.com/rigor789/nativescript-vue-ui-tests.git > /dev/null 2>&1
10
+
11
+ git pull origin-push master
12
+
13
+ git push origin-push master
You can’t perform that action at this time.
0 commit comments