forked from lthn/blockchain
minor improvement to increment build num script
This commit is contained in:
parent
7558c30c8a
commit
f412f2e418
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue