mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
GitlabCI print git information of checked out version
This commit is contained in:
parent
3f38d04680
commit
bd76917cac
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue