Skip to content

Commit

Permalink
Docker_image.rst: remove pip install instruction
Browse files Browse the repository at this point in the history
http://docs.coala.io/en/latest/Users/Docker_Image.html#coala-on-gitlab-ci mentions invokingpip install -r requirements.txt. It is unnecessary and the documentation has been updated to show the changes.

Closes coala#486
  • Loading branch information
saigrandhi committed Nov 6, 2017
1 parent d7f0bcf commit c122d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Users/Docker_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ on your code with a ``.gitlab-ci.yml``, like this:
check_code:
image: coala/base
script:
- pip install -r requirements.txt
- coala --ci

.. note::
Expand Down

0 comments on commit c122d50

Please sign in to comment.