mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Moved fetch & checkout to script
This commit is contained in:
parent
582476d2be
commit
fc3b7bb12c
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ install:
|
|||
before_script:
|
||||
- pip3 install -r ./tests/requirements_dev.txt
|
||||
- pip3 install anybadge
|
||||
- git fetch
|
||||
- git checkout master
|
||||
- ./tests/ci_git_prep.sh
|
||||
- black hyperglass
|
||||
- python3 ./manage.py pylint-badge --integer-only True
|
||||
- ./tests/ci_git.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue