Disabled pulling of wip changes from upstream
This commit is contained in:
3
build.sh
3
build.sh
@@ -20,9 +20,10 @@ if [ ! -d $TEMPLATE ]; then
|
|||||||
git clone git@gordon.zumepro.cz:tul/tultemplate2 $TEMPLATE
|
git clone git@gordon.zumepro.cz:tul/tultemplate2 $TEMPLATE
|
||||||
else
|
else
|
||||||
cd $TEMPLATE
|
cd $TEMPLATE
|
||||||
git pull
|
git fetch --tags
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
git checkout $(git describe --tags "$(git rev-list --tags --max-count=1)")
|
||||||
|
|
||||||
TEMPLATE_PACKDIR=$TEMPLATE/pack/bundle
|
TEMPLATE_PACKDIR=$TEMPLATE/pack/bundle
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user