forked from mirrors/thatmattlove-hyperglass
switched from nohup to /dev/null for flask dev server
This commit is contained in:
parent
6e611cd7c3
commit
17e107388c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- bash ./ci/check_code.sh
|
- bash ./ci/check_code.sh
|
||||||
script:
|
script:
|
||||||
- nohup python3 ./ci/ci_test_prepare.py &
|
- python3 ./ci/ci_test_prepare.py > /dev/null
|
||||||
- python3 ./ci/ci_test.py
|
- python3 ./ci/ci_test.py
|
||||||
after_script:
|
after_script:
|
||||||
- bash ./ci/ci_commit.shs
|
- bash ./ci/ci_commit.shs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue