Skip to content

Commit

Permalink
fixup! fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Feb 11, 2019
1 parent ed7e568 commit 43bb93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -17,7 +17,7 @@ test:
- 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
- pypiversion=$(pip search tagmaps | cut -d "(" -f2 | cut -d ")" -f1)
- anybadge -l pypi --value=$pypiversion --file=pypi.svg
- anybadge -l pypi --value=$pypiversion --file=pypi.svg --color=#97CA00
artifacts:
paths:
- pylint.svg
Expand Down

0 comments on commit 43bb93d

Please sign in to comment.