mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
(*)fixed travis build script
This commit is contained in:
parent
7885a55eb9
commit
bbb2479fd4
@ -71,15 +71,13 @@ go_run()
|
||||
|
||||
prebuilt_prepare()
|
||||
{
|
||||
cd "${TRAVIS_BUILD_DIR}/doc";
|
||||
[ ! -d "html" ] || \
|
||||
abort "Doxygen target directory already exists."
|
||||
cd "${TRAVIS_BUILD_DIR}";
|
||||
git --version
|
||||
git clone --single-branch -b prebuilt "${GITHUB_CLONE}" prebuilt
|
||||
cd prebuilt
|
||||
# setup git config (with defaults)
|
||||
git config user.name "${GIT_NAME-travis}"
|
||||
git config user.email "${GIT_EMAIL-"travis@localhost"}"
|
||||
git config user.name "${GIT_NAME}"
|
||||
git config user.email "${GIT_EMAIL}"
|
||||
# clean working dir
|
||||
rm -f .git/index
|
||||
git clean -df
|
||||
|
Loading…
Reference in New Issue
Block a user