Skip to content
Snippets Groups Projects
Commit dfaa92c5 authored by Christian Darsow Fromm's avatar Christian Darsow Fromm
Browse files

Resolve "Fix nqlab version update"

parent 1ac40d7e
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ update nqlab version: ...@@ -149,7 +149,7 @@ update nqlab version:
- git config --global user.email "lasnq-ci@physnet" - git config --global user.email "lasnq-ci@physnet"
- git config --global user.name "LasNQ CI" - git config --global user.name "LasNQ CI"
script: script:
- export VERSION=`git tag | tail -1 | sed 's/v//g'` - export VERSION=`git tag | sort -V | tail -1 | sed 's/v//g'`
# clone git repo # clone git repo
- git clone git@git.physnet.uni-hamburg.de:las-nq/nqlab.git - git clone git@git.physnet.uni-hamburg.de:las-nq/nqlab.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment