1
0
Fork 0
forked from lthn/blockchain

build: Linux build script minor improvement

This commit is contained in:
sowle 2019-05-30 12:40:24 +03:00
parent deb4620319
commit 7054141777

View file

@ -26,12 +26,6 @@ fi
prj_root=$(pwd)
git pull --ff-only
if [ $? -ne 0 ]; then
echo "Failed to pull"
exit $?
fi
echo "---------------- BUILDING PROJECT ----------------"
echo "--------------------------------------------------"