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:
parent
a0c912b0c6
commit
992f491a59
@ -83,8 +83,10 @@ prebuilt_prepare()
|
|||||||
|
|
||||||
prebuilt_commit() {
|
prebuilt_commit() {
|
||||||
cd "${TRAVIS_BUILD_DIR}/prebuilt";
|
cd "${TRAVIS_BUILD_DIR}/prebuilt";
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
git add --all;
|
git add --all;
|
||||||
git add ./*
|
git add .
|
||||||
git commit -m "Automatic pre build $(date)";
|
git commit -m "Automatic pre build $(date)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user