Fix for checking out the latest version of build script

This commit is contained in:
zador-blood-stained 2016-01-01 14:42:20 +03:00
parent 0f7a47e802
commit 506424edd9

View File

@ -78,7 +78,7 @@ apt-get -qq -y --no-install-recommends install git
if [[ ! -d $SRC/lib ]]; then
git clone https://github.com/igorpecovnik/lib
fi
cd $SRC/lib; git pull; git checkout ${LIB_TAG:- HEAD}
cd $SRC/lib; git pull; git checkout ${LIB_TAG:- master}
#--------------------------------------------------------------------------------------------------------------------------------
# Do we need to build all images