Commit 19f79fa3 by Calen Pennington

Prune deleted remote branches

parent 0c00923a
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
set -e set -e
set -x set -x
git remote prune origin
# Reset the submodule, in case it changed # Reset the submodule, in case it changed
git submodule foreach 'git reset --hard HEAD' git submodule foreach 'git reset --hard HEAD'
......
...@@ -15,6 +15,8 @@ function github_mark_failed_on_exit { ...@@ -15,6 +15,8 @@ function github_mark_failed_on_exit {
trap '[ $? == "0" ] || github_status state:failure "failed"' EXIT trap '[ $? == "0" ] || github_status state:failure "failed"' EXIT
} }
git remote prune origin
github_mark_failed_on_exit github_mark_failed_on_exit
github_status state:pending "is running" github_status state:pending "is running"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment