Skip to content

Commit

Permalink
ceph-container-flake8: Fixing tox.ini path
Browse files Browse the repository at this point in the history
tox.ini is located at the root of the project, so in $workspace/ceph-container
Erwan Velu committed Apr 9, 2018
1 parent e34be94 commit d4c2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph-container-flake8/build/build
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ function check(){
while read -r filename; do
pushd "$(dirname "$filename")"
file=$(basename "$filename")
sudo docker run --rm -v "$(pwd)"/tox.ini:/tox.ini -v "$(pwd)"/"$file":/"$file" eeacms/flake8 /"$file"
sudo docker run --rm -v "$workspace"/ceph-container/tox.ini:/tox.ini -v "$(pwd)"/"$file":/"$file" eeacms/flake8 /"$file"
popd
done
return $?

0 comments on commit d4c2fda

Please sign in to comment.