Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
15bb97bc
Commit
15bb97bc
authored
Feb 14, 2013
by
Christos Stavrakakis
Browse files
Fix ci scripts to use abs paths
parent
2ec250c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ci/pep8.sh
View file @
15bb97bc
#!/usr/bin/env sh
pep8 devflow ci
r
=
$(
dirname
$(
realpath
$0
))
/..
pep8
$r
/devflow
ci/pylint.sh
View file @
15bb97bc
#!/usr/bin/env sh
pylint devflow ci
r
=
$(
dirname
$(
realpath
$0
))
/..
pylint
$r
/devflow
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment