Skip to content
Snippets Groups Projects
Commit 7ae9b8c8 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix yaml

parent 4bbf0ff8
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ jobs: ...@@ -50,7 +50,7 @@ jobs:
tox -e py36 tox -e py36
./cc-test-reporter after-build --exit-code $? ./cc-test-reporter after-build --exit-code $?
- deploy: - deploy:
name: Push coverage name: Push coverage
command: | command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then if [ "${CIRCLE_BRANCH}" == "master" ]; then
......
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