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 e6935cc commit 8c20c19Copy full SHA for 8c20c19
scripts/build-test-lxplus.sh
@@ -51,6 +51,7 @@ if [ "$1" = "clone" ] ; then
51
elif [ "$1" = "update" ] ; then
52
shift # faster "clone" + git cleanup
53
[ -d madx-nightly ] && cd madx-nightly && echo "moving down to updated madx-nightly"
54
+ git fetch && \
55
git fetch --tags && \
56
git reset --hard origin/master
57
check_error "git update failed"
0 commit comments