Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker_image.rst: remove pip install instruction #493

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pip install remove from Docker_image.rst #486
  • Loading branch information
vipuldcoder authored and gitmate-bot committed Apr 28, 2018
commit f32cc9fa650226c51d2c5f00f50a0cb8445a32e2
1 change: 0 additions & 1 deletion Users/Docker_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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