debug
This commit is contained in:
parent
399828545f
commit
20ccb3ec06
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ unit_tests:
|
||||||
pycodestyle:
|
pycodestyle:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- $(command -v pycodestyle3)
|
- pep8=$(command -v pycodestyle-3) && ln -s -f "${pep8}" /usr/bin/pycodestyle
|
||||||
- $(command -v pycodestyle)
|
|
||||||
- ls -l $(command -v pycodestyle)
|
|
||||||
- ./bin/build-helper pycodestyle
|
- ./bin/build-helper pycodestyle
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|
Loading…
Reference in a new issue