Commit 97302f7c authored by Alexandre Julliard's avatar Alexandre Julliard

gitlab: Always reset the git tree after a build.

parent 1d0f66a3
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment