Skip to content

Commit

Permalink
Merge pull request #17 from LowellMakes/cleanuploggedmessages
Browse files Browse the repository at this point in the history
clean up logged messages a bit
  • Loading branch information
leftyfb authored Apr 13, 2024
2 parents 051ed9f + 8919af6 commit 3b893c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 3b893c5

Please sign in to comment.