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

Merge branch '76-fix-nqlab-version-update' into 'develop'

Resolve "Fix nqlab version update"

Closes #76

See merge request las-nq/openqlab!39
parents 1ac40d7e dfaa92c5
Branches main
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