1
0
Fork 0
forked from lthn/blockchain

minor improvement to increment build num script

This commit is contained in:
sowle 2019-04-17 18:36:18 +03:00
parent 7558c30c8a
commit f412f2e418

View file

@ -3,7 +3,7 @@ curr_path=${BASH_SOURCE%/*}
version_file_path=../src/version.h.in
pushd $curr_path
git pull
git pull --ff-only
if [ $? -ne 0 ]; then
echo "Failed to pull"
popd