(*)fixed commit prebuilt branch

This commit is contained in:
Fan Yang 2015-01-10 12:43:27 +08:00
parent 1de842871f
commit fdbb012dda
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ prebuilt_prepare()
prebuilt_commit() {
cd "${TRAVIS_BUILD_DIR}/prebuilt";
git add --all;
git diff-index --quiet HEAD || git commit -m "Automatic pre build";
git add ../prebuilt
git commit -m "Automatic pre build $(date)";
}
gh_setup_askpass() {