gitlab: Always reset the git tree after a build.

This commit is contained in:
Alexandre Julliard 2022-09-09 12:36:00 +02:00
parent 1d0f66a3c6
commit 97302f7c9e

View file

@ -19,10 +19,10 @@ cd build32
make -s -j$(nproc)
cd ..
if test -s .git/rebase-merge/git-rebase-todo
if ! test -s .git/rebase-merge/git-rebase-todo
then
git reset --hard
else
make -s -j$(nproc) -C build32 install-lib install-test DESTDIR=$BASEDIR
make -s -j$(nproc) -C build64 install-lib install-test DESTDIR=$BASEDIR
fi
git reset --hard