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

Run branch variable script in current shell env

This commit is contained in:
checktheroads
2019-06-18 17:00:45 -07:00
parent c963de641d
commit 3183bbbff9

View File

@@ -13,7 +13,7 @@ install:
before_script:
- pip3 install -r ./tests/requirements_dev.txt
- pip3 install anybadge
- ./tests/ci_git_prep.sh
- . ./tests/ci_git_prep.sh
- black hyperglass
- python3 ./manage.py pylint-badge --integer-only True
- ./tests/ci_git_commit.sh