Skip to content
Snippets Groups Projects
Commit 0265aaa5 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Windows build: build the tag

parent 1cfb20b0
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ for /f "delims=" %%a in ('git rev-list --tags --max-count=1') do @set DUNITER_RE
for /f "delims=" %%a in ('git describe --tags %DUNITER_REV%') do @set DUNITER_TAG=%%a
echo %DUNITER_TAG%
git checkout dev
git checkout %DUNITER_TAG%
call npm cache clean
call npm install --production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment