From a106d9cd18e906641f991634f477016a581c10bd Mon Sep 17 00:00:00 2001 From: Mike Rushton Date: Sat, 13 Apr 2024 10:57:28 -0400 Subject: [PATCH] pull all branches --- deploy-staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-staging.sh b/deploy-staging.sh index da3b2a5..1833e4a 100755 --- a/deploy-staging.sh +++ b/deploy-staging.sh @@ -32,7 +32,7 @@ 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 + git pull --all git checkout ${latest_remote_merge_commit} >/dev/null 2>&1 fi