2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-25 19:06:58 +02:00

Fixing travis tests

- Fixing `git clone` at develop-branch to pipe the output to /dev/null
This commit is contained in:
Philipp Holzer 2018-05-20 22:07:54 +02:00
parent eb7399e6f2
commit f3b3fe5e39
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
6 changed files with 12 additions and 12 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"