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 e7780bd commit 18377a4Copy full SHA for 18377a4
DATA/tools/epn/gen_topo_o2dpg.sh
@@ -94,7 +94,7 @@ while true; do
94
done
95
git checkout $GEN_TOPO_SOURCE &> /dev/null
96
if [[ $? != 0 ]]; then
97
- git fetch --tags origin 1>&2 || { echo Repository update failed 1>&2; exit 1; }
+ git fetch -f --tags origin 1>&2 || { echo Repository update failed 1>&2; exit 1; }
98
git checkout $GEN_TOPO_SOURCE &> /dev/null || { echo commit does not exist 1>&2; exit 1; }
99
fi
100
# At a tag, or a detached non-dirty commit, but not on a branch
0 commit comments