diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-16 18:16:50 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-16 18:16:50 +0000 |
commit | a4fa44ce90565c93b65b730d9d400e4b4b49ee4d (patch) | |
tree | 1e4037ac6fbb543a207826a61383590b095e1449 /doc/ci/yaml/README.md | |
parent | 5174b7ad7e4b90761467388a29fa016d77e7a16d (diff) | |
parent | 195c10574e110a0ced395fbee5cd5e546fb9e7fc (diff) | |
download | gitlab-ce-a4fa44ce90565c93b65b730d9d400e4b4b49ee4d.tar.gz |
Merge branch 'master' into 'docs/change-docs-reviewers'
# Conflicts:
# doc/development/doc_styleguide.md
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r-- | doc/ci/yaml/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 59399861a97..84ea59ab687 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -159,7 +159,8 @@ Variables can be also defined on [job level](#job-variables). > Introduced in GitLab Runner v0.7.0. `cache` is used to specify a list of files and directories which should be -cached between builds. +cached between builds. You can only use paths that are within the project +workspace. **By default the caching is enabled per-job and per-branch.** @@ -606,8 +607,8 @@ You can see a simple example at https://gitlab.com/gitlab-examples/review-apps-n > - Build artifacts are only collected for successful builds by default. `artifacts` is used to specify a list of files and directories which should be -attached to the build after success. To pass artifacts between different builds, -see [dependencies](#dependencies). +attached to the build after success. You can only use paths that are within the +project workspace. To pass artifacts between different builds, see [dependencies](#dependencies). Below are some examples. |