diff --git a/deploy-staging.sh b/deploy-staging.sh index d061ce3..349400b 100755 --- a/deploy-staging.sh +++ b/deploy-staging.sh @@ -36,8 +36,8 @@ while true; do else echo -e "We are not running the lastest successful merge\nChecking out ${latest_remote_merge_commit}" cd ${staging_dir} - git pull --all - git checkout ${latest_remote_merge_commit} >/dev/null 2>&1 + git pull --all --quiet + git checkout ${latest_remote_merge_commit} --quiet fi echo "Checking again in 1 minute..."