Skip to content
Snippets Groups Projects
Commit 35395901 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix sed in CI file

parent 6bc1f0dd
No related branches found
No related tags found
1 merge request!21Issue/68
Pipeline #
...@@ -17,7 +17,7 @@ run_tests: ...@@ -17,7 +17,7 @@ run_tests:
script: script:
- ping -W1 -c1 mongo - ping -W1 -c1 mongo
- mv config.json.example config.json - mv config.json.example config.json
- sed -i -e 's/"debug" : false/"debug" : true/g' config.json - sed -i -e 's/false/true/g' config.json
- gulp build - gulp build
- cd build/ - cd build/
- mocha - mocha
......
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