mirror of
https://github.com/friendica/docker
synced 2025-01-07 18:52:39 +01:00
Fixing travis tests
- Fixing `git clone` at develop-branch to pipe the output to /dev/null
This commit is contained in:
parent
eb7399e6f2
commit
f3b3fe5e39
6 changed files with 12 additions and 12 deletions
|
@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
|
||||||
# Removing the whole directory first
|
# Removing the whole directory first
|
||||||
rm -fr $SOURCEDIR/friendica
|
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
|
chmod 777 $SOURCEDIR/friendica/view/smarty3
|
||||||
mkdir $SOURCEDIR/friendica/addon
|
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
|
fi
|
||||||
|
|
||||||
image_version="0.0.0.0"
|
image_version="0.0.0.0"
|
||||||
|
|
|
@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
|
||||||
# Removing the whole directory first
|
# Removing the whole directory first
|
||||||
rm -fr $SOURCEDIR/friendica
|
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
|
chmod 777 $SOURCEDIR/friendica/view/smarty3
|
||||||
mkdir $SOURCEDIR/friendica/addon
|
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
|
fi
|
||||||
|
|
||||||
image_version="0.0.0.0"
|
image_version="0.0.0.0"
|
||||||
|
|
|
@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
|
||||||
# Removing the whole directory first
|
# Removing the whole directory first
|
||||||
rm -fr $SOURCEDIR/friendica
|
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
|
chmod 777 $SOURCEDIR/friendica/view/smarty3
|
||||||
mkdir $SOURCEDIR/friendica/addon
|
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
|
fi
|
||||||
|
|
||||||
image_version="0.0.0.0"
|
image_version="0.0.0.0"
|
||||||
|
|
|
@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
|
||||||
# Removing the whole directory first
|
# Removing the whole directory first
|
||||||
rm -fr $SOURCEDIR/friendica
|
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
|
chmod 777 $SOURCEDIR/friendica/view/smarty3
|
||||||
mkdir $SOURCEDIR/friendica/addon
|
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
|
fi
|
||||||
|
|
||||||
image_version="0.0.0.0"
|
image_version="0.0.0.0"
|
||||||
|
|
|
@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
|
||||||
# Removing the whole directory first
|
# Removing the whole directory first
|
||||||
rm -fr $SOURCEDIR/friendica
|
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
|
chmod 777 $SOURCEDIR/friendica/view/smarty3
|
||||||
mkdir $SOURCEDIR/friendica/addon
|
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
|
fi
|
||||||
|
|
||||||
image_version="0.0.0.0"
|
image_version="0.0.0.0"
|
||||||
|
|
|
@ -41,10 +41,10 @@ if [ ! -f $WORKDIR/VERSION -o "$1" = "update" ]; then
|
||||||
# Removing the whole directory first
|
# Removing the whole directory first
|
||||||
rm -fr $SOURCEDIR/friendica
|
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
|
chmod 777 $SOURCEDIR/friendica/view/smarty3
|
||||||
mkdir $SOURCEDIR/friendica/addon
|
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
|
fi
|
||||||
|
|
||||||
image_version="0.0.0.0"
|
image_version="0.0.0.0"
|
||||||
|
|
Loading…
Reference in a new issue