Remove symbolic-ref call

This commit is contained in:
Milos Milosevic 2023-04-21 00:35:02 +02:00
parent 3ee2439d5b
commit 1f72b4fbd6

View file

@ -190,7 +190,6 @@ ADD . peerplays
RUN \ RUN \
cd peerplays && \ cd peerplays && \
git submodule update --init --recursive && \ git submodule update --init --recursive && \
git symbolic-ref --short HEAD && \
git log --oneline -n 5 && \ git log --oneline -n 5 && \
mkdir build && \ mkdir build && \
cd build && \ cd build && \