Skip to content
Snippets Groups Projects
Commit f0789b73 authored by Peter Nerlich's avatar Peter Nerlich
Browse files

don't stall because of git prompt

parent f773303f
No related branches found
No related tags found
No related merge requests found
Pipeline #58879 failed
......@@ -4,6 +4,8 @@ target="${1:-master}"
echo "reset target is $target"
GIT_TERMINAL_PROMPT=0
# update meta repo
git fetch origin "$target"
# use the latest commit on master, discard any local changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment