Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 048d0c2

Browse files
committed
added git add
1 parent ea01ac2 commit 048d0c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ after_success:
2222
- git config user.name "Travis CI"
2323
- git config credential.helper "store --file=.git/credentials"
2424

25+
- git add .
2526
- git commit -m"automated commit from Travis CI"
2627
- if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then git push --force https://${GH_TOKEN}@github.com/thingweb/thingweb-webui.git master:gh-pages; fi

0 commit comments

Comments
 (0)