Fixing travis tests

- Fixing `git clone` at develop-branch to pipe the output to /dev/null
pull/1/head
Philipp Holzer 2018-05-20 22:07:54 +02:00
rodzic eb7399e6f2
commit f3b3fe5e39
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 58160D7D6AF942B6
6 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
# Removing the whole directory first
rm -fr $SOURCEDIR/friendica
git clone --quiet -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica" > /dev/null 2&>1
chmod 777 $SOURCEDIR/friendica/view/smarty3
mkdir $SOURCEDIR/friendica/addon
git clone --quiet -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon" > /dev/null 2&>1
fi
image_version="0.0.0.0"

Wyświetl plik

@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
# Removing the whole directory first
rm -fr $SOURCEDIR/friendica
git clone --quiet -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica" > /dev/null 2&>1
chmod 777 $SOURCEDIR/friendica/view/smarty3
mkdir $SOURCEDIR/friendica/addon
git clone --quiet -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon" > /dev/null 2&>1
fi
image_version="0.0.0.0"

Wyświetl plik

@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
# Removing the whole directory first
rm -fr $SOURCEDIR/friendica
git clone --quiet -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica" > /dev/null 2&>1
chmod 777 $SOURCEDIR/friendica/view/smarty3
mkdir $SOURCEDIR/friendica/addon
git clone --quiet -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon" > /dev/null 2&>1
fi
image_version="0.0.0.0"

Wyświetl plik

@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
# Removing the whole directory first
rm -fr $SOURCEDIR/friendica
git clone --quiet -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica" > /dev/null 2&>1
chmod 777 $SOURCEDIR/friendica/view/smarty3
mkdir $SOURCEDIR/friendica/addon
git clone --quiet -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon" > /dev/null 2&>1
fi
image_version="0.0.0.0"

Wyświetl plik

@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
# Removing the whole directory first
rm -fr $SOURCEDIR/friendica
git clone --quiet -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica" > /dev/null 2&>1
chmod 777 $SOURCEDIR/friendica/view/smarty3
mkdir $SOURCEDIR/friendica/addon
git clone --quiet -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon" > /dev/null 2&>1
fi
image_version="0.0.0.0"

Wyświetl plik

@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
# Removing the whole directory first
rm -fr $SOURCEDIR/friendica
git clone --quiet -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_VERSION https://github.com/friendica/friendica $SOURCEDIR/friendica" > /dev/null 2&>1
chmod 777 $SOURCEDIR/friendica/view/smarty3
mkdir $SOURCEDIR/friendica/addon
git clone --quiet -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon > /dev/null 2&>1
sh -c "git clone -q -b $FRIENDICA_ADDONS https://github.com/friendica/friendica-addons $SOURCEDIR/friendica/addon" > /dev/null 2&>1
fi
image_version="0.0.0.0"