Remove symbolic-ref call
This commit is contained in:
parent
3ee2439d5b
commit
1f72b4fbd6
1 changed files with 0 additions and 1 deletions
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue