mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
switched from nohup to /dev/null for flask dev server
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ install:
|
||||
before_script:
|
||||
- bash ./ci/check_code.sh
|
||||
script:
|
||||
- nohup python3 ./ci/ci_test_prepare.py &
|
||||
- python3 ./ci/ci_test_prepare.py > /dev/null
|
||||
- python3 ./ci/ci_test.py
|
||||
after_script:
|
||||
- bash ./ci/ci_commit.shs
|
||||
|
||||
Reference in New Issue
Block a user