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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
1847227f
Commit
1847227f
authored
Sep 06, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove doctoc
parent
ad599eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
44 deletions
+0
-44
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+0
-44
No files found.
doc/ci/yaml/README.md
View file @
1847227f
...
...
@@ -6,50 +6,6 @@ GitLab Runner to manage your project's builds.
If you want a quick introduction to GitLab CI, follow our
[
quick start guide
](
../quick_start/README.md
)
.
---
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
.gitlab-ci.yml
](
#gitlab-ci-yml
)
-
[
image and services
](
#image-and-services
)
-
[
before_script
](
#before_script
)
-
[
after_script
](
#after_script
)
-
[
stages
](
#stages
)
-
[
types
](
#types
)
-
[
variables
](
#variables
)
-
[
cache
](
#cache
)
-
[
cache:key
](
#cache-key
)
-
[
Jobs
](
#jobs
)
-
[
script
](
#script
)
-
[
stage
](
#stage
)
-
[
only and except
](
#only-and-except
)
-
[
job variables
](
#job-variables
)
-
[
tags
](
#tags
)
-
[
allow_failure
](
#allow_failure
)
-
[
when
](
#when
)
-
[
Manual actions
](
#manual-actions
)
-
[
environment
](
#environment
)
-
[
artifacts
](
#artifacts
)
-
[
artifacts:name
](
#artifacts-name
)
-
[
artifacts:when
](
#artifacts-when
)
-
[
artifacts:expire_in
](
#artifacts-expire_in
)
-
[
dependencies
](
#dependencies
)
-
[
before_script and after_script
](
#before_script-and-after_script
)
-
[
Git Strategy
](
#git-strategy
)
-
[
Shallow cloning
](
#shallow-cloning
)
-
[
Hidden keys
](
#hidden-keys
)
-
[
Special YAML features
](
#special-yaml-features
)
-
[
Anchors
](
#anchors
)
-
[
Validate the .gitlab-ci.yml
](
#validate-the-gitlab-ci-yml
)
-
[
Skipping builds
](
#skipping-builds
)
-
[
Examples
](
#examples
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
---
## .gitlab-ci.yml
From version 7.12, GitLab CI uses a
[
YAML
](
https://en.wikipedia.org/wiki/YAML
)
...
...
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