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
0efb58fc
Commit
0efb58fc
authored
Apr 29, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
a3a919b7
d232137a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+7
-7
No files found.
doc/ci/yaml/README.md
View file @
0efb58fc
...
@@ -2073,8 +2073,8 @@ include:
...
@@ -2073,8 +2073,8 @@ include:
file
:
/templates/docker-workflow.yml
file
:
/templates/docker-workflow.yml
```
```
The
`/templates/docker-workflow.yml`
present in
`
/
group/my-project`
includes two local files
The
`/templates/docker-workflow.yml`
present in
`group/my-project`
includes two local files
of the
`
/
group/my-project`
:
of the
`group/my-project`
:
```
yaml
```
yaml
include
:
include
:
...
@@ -2082,14 +2082,14 @@ include:
...
@@ -2082,14 +2082,14 @@ include:
-
local
:
:
/templates/docker-testing.yml
-
local
:
:
/templates/docker-testing.yml
```
```
Our
`/templates/docker-build.yml`
present in
`
/
group/my-project`
adds a
`docker-build`
job:
Our
`/templates/docker-build.yml`
present in
`group/my-project`
adds a
`docker-build`
job:
```
yaml
```
yaml
docker-build
:
docker-build
:
script
:
docker build -t my-image .
script
:
docker build -t my-image .
```
```
Our second
`/templates/docker-test.yml`
present in
`
/
group/my-project`
adds a
`docker-test`
job:
Our second
`/templates/docker-test.yml`
present in
`group/my-project`
adds a
`docker-test`
job:
```
yaml
```
yaml
docker-test
:
docker-test
:
...
@@ -2487,9 +2487,9 @@ This can only be used when `custom_build_dir` is enabled in the [Runner's
...
@@ -2487,9 +2487,9 @@ This can only be used when `custom_build_dir` is enabled in the [Runner's
configuration
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnerscustom_build_dir-section
)
.
configuration
](
https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnerscustom_build_dir-section
)
.
This is the default configuration for
`docker`
and
`kubernetes`
executor.
This is the default configuration for
`docker`
and
`kubernetes`
executor.
By default, GitLab Runner clones the repository in a unique subpath of the
By default, GitLab Runner clones the repository in a unique subpath of the
`$CI_BUILDS_DIR`
directory. However, your project might require the code in a
`$CI_BUILDS_DIR`
directory. However, your project might require the code in a
specific directory (Go projects, for example). In that case, you can specify
specific directory (Go projects, for example). In that case, you can specify
the
`GIT_CLONE_PATH`
variable to tell the Runner in which directory to clone the
the
`GIT_CLONE_PATH`
variable to tell the Runner in which directory to clone the
repository:
repository:
...
...
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