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 \
cd peerplays && \
git submodule update --init --recursive && \
git symbolic-ref --short HEAD && \
git log --oneline -n 5 && \
mkdir build && \
cd build && \