Skip to content
Snippets Groups Projects
Commit 25d83e59 authored by Alvin Huang's avatar Alvin Huang
Browse files

ci: reset working directory between cherrypick labels

parent f5614620
......@@ -186,6 +186,8 @@ for label in $labels; do
cherry_pick_with_slack_notification "$branch" "$CIRCLE_SHA1" "$pr_url"
backport_failures=$((backport_failures + "$?"))
fi
# reset the working directory for the next label
git reset --hard
done
if [ "$backport_failures" -ne 0 ]; then
......
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