We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e6e11 commit 4996cdeCopy full SHA for 4996cde
DATA/tools/epn/gen_topo_o2dpg.sh
@@ -89,6 +89,8 @@ while true; do
89
git fetch --tags origin 1>&2 || { echo Repository update failed 1>&2; exit 1; }
90
git checkout $GEN_TOPO_SOURCE &> /dev/null || { echo commit does not exist 1>&2; exit 1; }
91
fi
92
+ git reset --hard $GEN_TOPO_SOURCE &> /dev/null || { echo git reset error 1>&2; exit 1; }
93
+ rm -f DATA/core_dump_*
94
# At a tag, or a detached non-dirty commit, but not on a branch
95
if ! git describe --exact-match --tags HEAD &> /dev/null && ( git symbolic-ref -q HEAD &> /dev/null || ! git diff-index --quiet HEAD &> /dev/null ); then
96
unset GEN_TOPO_CACHEABLE
0 commit comments