Skip to content

Commit

Permalink
Merge pull request #220 from ricardobranco777/fix_e2etest
Browse files Browse the repository at this point in the history
Fix Dockerfile & .pylintrc
  • Loading branch information
MalloZup authored Aug 26, 2020
2 parents eb08117 + 0692ce4 commit 5425997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_test/.pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[MESSAGES CONTROL]
disable=missing-docstring,line-too-long,too-many-public-methods,too-many-instance-attributes,too-many-arguments,too-many-statements,too-few-public-methods
disable=missing-docstring,line-too-long,too-many-public-methods,too-many-instance-attributes,too-many-arguments,too-many-statements,too-few-public-methods,raise-missing-from
2 changes: 1 addition & 1 deletion e2e_test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN zypper -n install -y --no-recommends \
tar \
wget && \
zypper -n clean -a && \
wget -O- https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz | tar xf - -C /usr/local/bin/
wget -O- https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz | tar zxf - -C /usr/local/bin/

RUN chmod +x /usr/local/bin/*

Expand Down

0 comments on commit 5425997

Please sign in to comment.