Skip to content

Commit 8c20c19

Browse files
committed
add a separate fetch due to old version of Git on lxplus (Thomas recommandation)
1 parent e6935cc commit 8c20c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-test-lxplus.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if [ "$1" = "clone" ] ; then
5151
elif [ "$1" = "update" ] ; then
5252
shift # faster "clone" + git cleanup
5353
[ -d madx-nightly ] && cd madx-nightly && echo "moving down to updated madx-nightly"
54+
git fetch && \
5455
git fetch --tags && \
5556
git reset --hard origin/master
5657
check_error "git update failed"

0 commit comments

Comments
 (0)