diff --git a/build.sh b/build.sh index a671b6f8c6e3..c799db2076b5 100755 --- a/build.sh +++ b/build.sh @@ -69,7 +69,7 @@ git config --list echo "Commit and push to $GIT_LIVE_BRANCH, with message $GIT_COMMIT_MESSAGE" 2>&1 | tee -a ../$REPORT_FILE git add . 2>&1 | tee -a ../$REPORT_FILE -git commit -m "$GIT_COMMIT_MESSAGE" 2>&1 | tee -a ../$REPORT_FILE -git push -f 2>&1 | tee -a ../$REPORT_FILE +git commit -v -m "$GIT_COMMIT_MESSAGE" 2>&1 | tee -a ../$REPORT_FILE +git push -v -f 2>&1 | tee -a ../$REPORT_FILE echo "Done. Made by @Craptain" 2>&1 | tee -a ../$REPORT_FILE