mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
refactor: make the path relative to the linting script (#264)
This commit is contained in:
parent
d9c53ca6b2
commit
7cc06460e9
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# These are the same steps we are running in Travis CI
|
||||
|
||||
python tests/syntax_lint.py
|
||||
python $(dirname "$0")/../tests/syntax_lint.py
|
||||
flake8 --max-line-length=100 . && echo "PEP8 Passed"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user