Skip to content

Commit

Permalink
pull all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
leftyfb committed Apr 13, 2024
1 parent 2aae21e commit a106d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a106d9c

Please sign in to comment.