1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

readme formatting, removed remote add from CI

This commit is contained in:
checktheroads
2019-06-17 00:59:34 -07:00
parent 662b70d882
commit 6bb84eee77
2 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ before_install:
install:
- pip3 install -r requirements.txt
before_script:
- git remote add origin git@github.com/checktheroads/hyperglass.git > /dev/null 2>&1
# - git remote add origin git@github.com/checktheroads/hyperglass.git > /dev/null 2>&1
- sh ./tests/check_code.sh
- python3 ./tests/ci_prepare.py
script: