Fix for checking out the latest version of build script
This commit is contained in:
parent
0f7a47e802
commit
506424edd9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user