Skip to content

Commit

Permalink
(travis) actually add README.md when commiting updated docs -- manual…
Browse files Browse the repository at this point in the history
…ly update lab version
  • Loading branch information
zaquestion committed Apr 23, 2018
1 parent d68c06f commit 4be87ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lab will look for hub and uses that as your git binary when available so you don
$ lab version
git version 2.11.0
hub version 2.3.0-pre9
lab version 0.9.0
lab version 0.11.0
```

# Inspiration
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ set -x
if [ ! -z ${DEPLOY} ]; then
git config --global user.email "travis@travis-ci.org" && git config --global user.name "Travis CI"
git remote add origin-lab https://${GITHUB_TOKEN}@github.com/zaquestion/lab.git > /dev/null 2>&1
git fetch origin-lab && git checkout master && git add docs && git commit -m "(docs) ${TRAVIS_TAG}" && git push origin-lab master
git fetch origin-lab && git checkout master && git add docs && git add README.md && git commit -m "(docs) ${TRAVIS_TAG}" && git push origin-lab master
fi

0 comments on commit 4be87ac

Please sign in to comment.