Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 9, 2021
2 parents f880d32 + bb201b4 commit d884ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test:
- echo "Pylint score was $score"
- anybadge -l pylint --value=$score --file=pylint.svg 2=red 4=orange 9=yellow 10=green
- anybadge -l pipeline --value=passing --file=pipeline.svg passing=green failing=red
- version_var=$(git tag | grep -E 'v[0-9].[0-9].[0-9]' | tail -n 1 | cut -c2-)
- version_var=$(sed -n "s#__version__ =\s*'\(.*\)'#\1#p" lbsntransform/version.py)
- echo "Version for badges $version_var"
- anybadge -l version --value="${version_var}" --file=pypi.svg --color=green
- anybadge -l mkdocs --value="Documentation" --file=documentation.svg --color=green
Expand Down

0 comments on commit d884ed1

Please sign in to comment.