GitlabCI print git information of checked out version

This commit is contained in:
Gioacchino Mazzurco 2020-04-20 15:16:20 +02:00
parent 3f38d04680
commit bd76917cac
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -7,7 +7,8 @@ ARG REPO_BRANCH=master
RUN \
cd RetroShare && git remote add testing $REPO_URL && \
git fetch --tags testing $REPO_BRANCH && \
git reset --hard testing/$REPO_BRANCH
git reset --hard testing/$REPO_BRANCH && \
git --no-pager log --max-count 1
RUN \
mkdir RetroShare-build && cd RetroShare-build && \
qmake ../RetroShare CONFIG+=no_retroshare_gui \