fixed issues

This commit is contained in:
Jockel 2017-02-20 14:39:15 +01:00
parent 9876092d3d
commit 75f1c31ece
2 changed files with 4 additions and 4 deletions

View file

@ -12,8 +12,8 @@ before_script:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main"
- sudo apt-get update -qq
- sudo apt-get install -qq wget python2.7
- wget https://raw.githubusercontent.com/thejockel/BOSWatch/develop/install.sh
# - wget https://raw.githubusercontent.com/Schrolli91/BOSWatch/master/install.sh
# - wget https://raw.githubusercontent.com/thejockel/BOSWatch/develop/install.sh
- wget https://raw.githubusercontent.com/Schrolli91/BOSWatch/master/install.sh
- chmod +x install.sh
- cat /etc/os-release
- echo ${TRAVIS_BRANCH}

View file

@ -166,8 +166,8 @@ echo "-> download BOSWatch..................."
cd $boswatchpath/
case $branch in
# "dev") git clone -b develop https://github.com/Schrolli91/BOSWatch >> $boswatchpath/install/setup_log.txt 2>&1 && \
"dev") git clone -b develop https://github.com/thejockel/BOSWatch >> $boswatchpath/install/setup_log.txt 2>&1 && \
"dev") git clone -b develop https://github.com/Schrolli91/BOSWatch >> $boswatchpath/install/setup_log.txt 2>&1 && \
# "dev") git clone -b develop https://github.com/thejockel/BOSWatch >> $boswatchpath/install/setup_log.txt 2>&1 && \
exitcodefunction $? git-clone BOSWatch-develop ;;
*) git clone -b master https://github.com/Schrolli91/BOSWatch >> $boswatchpath/install/setup_log.txt 2>&1 && \
exitcodefunction $? git-clone BOSWatch ;;