Merge remote-tracking branch 'origin/github-actions' into updating-configuration

This commit is contained in:
VirtuBox
2019-09-27 14:45:44 +02:00
3 changed files with 35 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ while [ "$#" -gt 0 ]; do
;;
--travis)
wo_travis="y"
wo_force_install="y"
;;
-s | --silent)
wo_force_install="y"
@@ -496,6 +497,10 @@ wo_install() {
# Clone Github repository if it doesn't exist
wo_install_travis() {
if [ "$wo_force_install" = "y" ]; then
[ ! -f "$HOME/.gitconfig" ] && { bash -c 'echo -e "[user]\n\tname = $USER\n\temail = root@$HOSTNAME.local" > $HOME/.gitconfig'; }
fi
if [ -f "$HOME/.gitconfig" ]; then
# install and redirect log to not print python package install
python3 setup.py install