Skip to content
Snippets Groups Projects
Verified Commit 59350beb authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

ci: force correct checkout

parent b80556f5
No related branches found
No related tags found
No related merge requests found
Pipeline #2922 failed
...@@ -97,7 +97,7 @@ RUN make install ...@@ -97,7 +97,7 @@ RUN make install
RUN ldconfig RUN ldconfig
WORKDIR /source/seafile-server WORKDIR /source/seafile-server
RUN git checkout da2d96a0 RUN git fetch && checkout da2d96a0
RUN ./autogen.sh RUN ./autogen.sh
RUN ./configure --disable-fuse RUN ./configure --disable-fuse
RUN make RUN make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment