Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b960c15c
Commit
b960c15c
authored
Jul 30, 2020
by
Jason Yavorska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
2057edaf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
doc/ci/quick_start/README.md
doc/ci/quick_start/README.md
+3
-4
No files found.
doc/ci/quick_start/README.md
View file @
b960c15c
...
@@ -73,12 +73,11 @@ A GitLab team member has made an [unofficial visual pipeline editor](https://uno
...
@@ -73,12 +73,11 @@ A GitLab team member has made an [unofficial visual pipeline editor](https://uno
There is a
[
plan to make it an official part of GitLab
](
https://gitlab.com/groups/gitlab-org/-/epics/4069
)
There is a
[
plan to make it an official part of GitLab
](
https://gitlab.com/groups/gitlab-org/-/epics/4069
)
in the future, but it's available for anyone who wants to try it at the above link.
in the future, but it's available for anyone who wants to try it at the above link.
NOTE:
**Note:**
You need to create a file named
`.gitlab-ci.yml`
in the root directory of your
`.gitlab-ci.yml`
is a
[
YAML
](
https://en.wikipedia.org/wiki/YAML
)
file
repository. This
is a
[
YAML
](
https://en.wikipedia.org/wiki/YAML
)
file
so you have to pay extra attention to indentation. Always use spaces, not tabs.
so you have to pay extra attention to indentation. Always use spaces, not tabs.
You need to create a file named
`.gitlab-ci.yml`
in the root directory of your
Below is an example for a Ruby on Rails project:
repository. Below is an example for a Ruby on Rails project.
```
yaml
```
yaml
image
:
"
ruby:2.5"
image
:
"
ruby:2.5"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment