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
37d9715d
Commit
37d9715d
authored
Mar 19, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docs_foss-7' into 'master'
Docs: Fix foss-links See merge request gitlab-org/gitlab!27573
parents
ecc53e94
f17ef419
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/ci/caching/index.md
doc/ci/caching/index.md
+5
-5
doc/ci/merge_request_pipelines/pipelines_for_merged_results/index.md
...e_request_pipelines/pipelines_for_merged_results/index.md
+1
-1
No files found.
doc/ci/caching/index.md
View file @
37d9715d
...
...
@@ -202,7 +202,7 @@ so they don't have to be re-fetched from the public internet.
NOTE:
**Note:**
For more examples, check out our
[
GitLab CI/CD
templates
](
https://gitlab.com/gitlab-org/gitlab
-foss
/tree/master/lib/gitlab/ci/templates
)
.
templates
](
https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates
)
.
### Caching Node.js dependencies
...
...
@@ -214,7 +214,7 @@ we tell npm to use `./.npm` instead, and it is cached per-branch:
```
yaml
#
# https://gitlab.com/gitlab-org/gitlab
-foss
/tree/master/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml
#
image
:
node:latest
...
...
@@ -241,7 +241,7 @@ are cached per-branch:
```
yaml
#
# https://gitlab.com/gitlab-org/gitlab
-foss
/tree/master/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
#
image
:
php:7.2
...
...
@@ -270,7 +270,7 @@ pip's cache is defined under `.cache/pip/` and both are cached per-branch:
```
yaml
#
# https://gitlab.com/gitlab-org/gitlab
-foss
/tree/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
#
image
:
python:latest
...
...
@@ -310,7 +310,7 @@ jobs inherit it. Gems are installed in `vendor/ruby/` and are cached per-branch:
```
yaml
#
# https://gitlab.com/gitlab-org/gitlab
-foss
/tree/master/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
#
image
:
ruby:2.6
...
...
doc/ci/merge_request_pipelines/pipelines_for_merged_results/index.md
View file @
37d9715d
...
...
@@ -45,7 +45,7 @@ In addition, pipelines for merged results have the following limitations:
see
[
#11934
](
https://gitlab.com/gitlab-org/gitlab/issues/11934
)
.
-
This feature is not available for
[
fast forward merges
](
../../../user/project/merge_requests/fast_forward_merge.md
)
yet.
To follow progress, see
[
#58226
](
https://gitlab.com/gitlab-org/gitlab
-foss/issues/5822
6
)
.
To follow progress, see
[
#58226
](
https://gitlab.com/gitlab-org/gitlab
/-/issues/2699
6
)
.
## Enabling Pipelines for Merged Results
...
...
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