mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-26 06:33:46 +01:00
(*)fixed commit prebuilt branch
This commit is contained in:
parent
1de842871f
commit
fdbb012dda
@ -84,7 +84,8 @@ prebuilt_prepare()
|
|||||||
prebuilt_commit() {
|
prebuilt_commit() {
|
||||||
cd "${TRAVIS_BUILD_DIR}/prebuilt";
|
cd "${TRAVIS_BUILD_DIR}/prebuilt";
|
||||||
git add --all;
|
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() {
|
gh_setup_askpass() {
|
||||||
|
Loading…
Reference in New Issue
Block a user