<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/yaml, branch multi-line-inline-diff</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'patch-1' into 'master'</title>
<updated>2016-07-08T14:52:37+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-07-08T14:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14d08ee172374d15fd60d648c79728f997952cad'/>
<id>14d08ee172374d15fd60d648c79728f997952cad</id>
<content type='text'>

Fixed Typo in README.md

## What does this MR do?
Found a Typo in the README.md file.  before_script should be with ":"  Script didn't work for me without ":"

## Why was this MR needed?
Missing ":" can be irritating for new users.

See merge request !4419</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixed Typo in README.md

## What does this MR do?
Found a Typo in the README.md file.  before_script should be with ":"  Script didn't work for me without ":"

## Why was this MR needed?
Missing ":" can be irritating for new users.

See merge request !4419</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for "skip ci" too</title>
<updated>2016-06-25T01:38:06+00:00</updated>
<author>
<name>Simon Welsh</name>
<email>simon@simon.geek.nz</email>
</author>
<published>2016-06-23T10:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0'/>
<id>0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow "ci skip" to be in any case</title>
<updated>2016-06-25T01:36:36+00:00</updated>
<author>
<name>Simon Welsh</name>
<email>simon@simon.geek.nz</email>
</author>
<published>2016-06-18T23:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2fc91c48659b84375173b038b4e7957e56294aa4'/>
<id>2fc91c48659b84375173b038b4e7957e56294aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'expiry' into 'master'</title>
<updated>2016-06-22T12:10:42+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-06-22T12:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e42d4992cb7e78fdde8730178ce9e3a4278cf9f'/>
<id>7e42d4992cb7e78fdde8730178ce9e3a4278cf9f</id>
<content type='text'>

Clarify artifact expiry

## What does this MR do?

Clarifies documentation about artifact expiry.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

## What are the relevant issue numbers?

## Screenshots (if relevant)


See merge request !4831</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Clarify artifact expiry

## What does this MR do?

Clarifies documentation about artifact expiry.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

## What are the relevant issue numbers?

## Screenshots (if relevant)


See merge request !4831</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ci-git' into 'master'</title>
<updated>2016-06-22T12:10:06+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-06-22T12:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=564026f6afa077ea4ab720327efcdb5a81ac2773'/>
<id>564026f6afa077ea4ab720327efcdb5a81ac2773</id>
<content type='text'>

Document `GIT_STRATEGY` and `GIT_DEPTH`

## What does this MR do?

Documents `GIT_STRATEGY` and `GIT_DEPTH`. Also fixes the TOC since the anchors weren't working.

## Are there points in the code the reviewer needs to double check?

The TOC and the location of the new entries.

## Why was this MR needed?

## What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/188

## Screenshots (if relevant)

![image](/uploads/eccfd60199d81e6588c13aab817f0eb5/image.png)

![image](/uploads/bbbffe61db64ef17f1fa52907275f3d4/image.png)

/cc @axil @ayufan 

See merge request !4720</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Document `GIT_STRATEGY` and `GIT_DEPTH`

## What does this MR do?

Documents `GIT_STRATEGY` and `GIT_DEPTH`. Also fixes the TOC since the anchors weren't working.

## Are there points in the code the reviewer needs to double check?

The TOC and the location of the new entries.

## Why was this MR needed?

## What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/188

## Screenshots (if relevant)

![image](/uploads/eccfd60199d81e6588c13aab817f0eb5/image.png)

![image](/uploads/bbbffe61db64ef17f1fa52907275f3d4/image.png)

/cc @axil @ayufan 

See merge request !4720</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify artifact expiry</title>
<updated>2016-06-21T15:44:12+00:00</updated>
<author>
<name>Mark Pundsack</name>
<email>markpundsack@users.noreply.github.com</email>
</author>
<published>2016-06-21T15:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4693b74801f9b473d270400b8954a90d389ddb54'/>
<id>4693b74801f9b473d270400b8954a90d389ddb54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add definitions and tweak some docs. Partially fixes #17733</title>
<updated>2016-06-20T21:25:45+00:00</updated>
<author>
<name>Mark Pundsack</name>
<email>markpundsack@users.noreply.github.com</email>
</author>
<published>2016-06-15T00:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0fefc2ad22ed2392bcba5acb02a0a95b73cbba8'/>
<id>a0fefc2ad22ed2392bcba5acb02a0a95b73cbba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'document-environments' into 'master'</title>
<updated>2016-06-20T14:24:30+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-06-20T14:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c9c1b6c16f21aebfbb897c9611197fc9cf6f870'/>
<id>3c9c1b6c16f21aebfbb897c9611197fc9cf6f870</id>
<content type='text'>

Document environments and deployments

## What does this MR do?

Adds an introduction to environments and deployments and tweaks the `environments` entry in `.gitlab-ci.yml` documentation.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

## What are the relevant issue numbers?

Closes #18683.

## Screenshots (if relevant)

![image](/uploads/1e3355c543abaf7b358f3c37596b1f0b/image.png)

![image](/uploads/58a51505674bcf605039db46833a8ae6/image.png)

/cc @ayufan @axil 

See merge request !4725</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Document environments and deployments

## What does this MR do?

Adds an introduction to environments and deployments and tweaks the `environments` entry in `.gitlab-ci.yml` documentation.

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

## What are the relevant issue numbers?

Closes #18683.

## Screenshots (if relevant)

![image](/uploads/1e3355c543abaf7b358f3c37596b1f0b/image.png)

![image](/uploads/58a51505674bcf605039db46833a8ae6/image.png)

/cc @ayufan @axil 

See merge request !4725</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar and typographic changes to artifacts documentation</title>
<updated>2016-06-18T01:14:29+00:00</updated>
<author>
<name>Mark Pundsack</name>
<email>markpundsack@users.noreply.github.com</email>
</author>
<published>2016-06-14T21:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e45372b7b2dbb51cc313162cf1b1ce6d16fb087e'/>
<id>e45372b7b2dbb51cc313162cf1b1ce6d16fb087e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak grammar</title>
<updated>2016-06-18T01:14:19+00:00</updated>
<author>
<name>Mark Pundsack</name>
<email>markpundsack@users.noreply.github.com</email>
</author>
<published>2016-06-14T21:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20a06798aeb7523541a3dff83f7f0905491f67f9'/>
<id>20a06798aeb7523541a3dff83f7f0905491f67f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
