Skip to content
Snippets Groups Projects
Commit a6f61b35 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

checkout latest tag

parent 00ed6c9b
No related branches found
No related tags found
1 merge request!29Regular merge of develop
Pipeline #8421 passed
......@@ -11,8 +11,9 @@ pages:
- npm install
# build the master version into stable
- git checkout master
- git pull origin master
- git fetch --tags
- latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
- git checkout $latestTag
- grunt dist
- mkdir stable
- mv public/* stable/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment