Commit d242cf09 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'patch-220' into 'master'

Documentation - Update to Getting started with GitLab CI/CD

Closes #18257

See merge request gitlab-org/gitlab!39012
parents 04a9d239 5d3cd122
......@@ -83,7 +83,7 @@ Below is an example for a Ruby on Rails project:
image: "ruby:2.5"
before_script:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- sudo apt-get update -qq && sudo apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- ruby -v
- which ruby
- gem install bundler --no-document
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment