1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00

(*)fixed commit prebuilt branch

This commit is contained in:
Fan Yang 2015-01-10 13:19:06 +08:00
parent a0c912b0c6
commit 992f491a59

@ -83,8 +83,10 @@ prebuilt_prepare()
prebuilt_commit() {
cd "${TRAVIS_BUILD_DIR}/prebuilt";
pwd
ls
git add --all;
git add ./*
git add .
git commit -m "Automatic pre build $(date)";
}