Skip to content
Snippets Groups Projects
Commit ae32da74 authored by ManosAngelidis's avatar ManosAngelidis Committed by Antoine Detailleur
Browse files

[NRRPLT-8066] Removed sudo from pipelines

parent 9c4ada8b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ pipelines:
- npm test
# Coverage check
- npm run coverage
- sudo chmod +x nrp_cobertura_check
- chmod +x nrp_cobertura_check
- export NRP_COVERAGE_BRANCH=5
- export NRP_COVERAGE_LINE=12
- ./nrp_cobertura_check coverage/cobertura-coverage.xml
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment