meta: remote_build no longer untracks new files after build
This commit is contained in:
parent
8d79ea1b19
commit
ef462d9d9b
@ -25,7 +25,8 @@ git push build --force-with-lease
|
||||
if [[ $retVal -eq 0 ]]; then
|
||||
commit_msg=$(git log -1 --pretty=%B)
|
||||
if [[ "$commit_msg" == "$temp_commit_msg" ]]; then
|
||||
git reset "$old_head" &>/dev/null
|
||||
# Keep i(N)tent to add
|
||||
git reset --mixed -N "$old_head" &>/dev/null
|
||||
fi
|
||||
fi
|
||||
set -x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user