Skip to content
Snippets Groups Projects
Verified Commit 2158c3c6 authored by David Hoese's avatar David Hoese
Browse files

Remove debug messages

parent 5fb3a2f8
No related branches found
No related tags found
No related merge requests found
Pipeline #11541 failed
#hello
hello
.coverage
*.pyc
.pytest_cache/
......
......@@ -40,6 +40,8 @@ build_hello_world:
artifacts:
paths:
- hello
# defaults to 30 days
expire_in: 6 hours
# Define stage that builds HTML and uploads the website
tests:
......@@ -48,8 +50,6 @@ tests:
tags:
- ssec_shared
script:
- ls -l
- ./hello
- pip install pytest pytest-cov
- pytest --cov=. test.py
coverage: '/TOTAL.*\s+(\d+%)$/'
......
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