Commit graph

15 commits

Author SHA1 Message Date
Stan Hu
a50951d73a Upgrade Ruby version to 2.6.3
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-05-08 06:21:14 -07:00
Marcel Amirault
4672501864 Docs: Fix all anchors related to YAML 2019-02-22 00:25:06 +00:00
Evan Read
47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Evan Read
cdd5a4880c Documentation now matches UI copy 2019-01-30 10:20:50 +00:00
Takuya Noguchi
1b87f8d763 Remove gem install bundler from Docker-based Ruby environments
bundler gem has been included in the Docker official Ruby image since 2.1.

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-01 19:27:19 +09:00
Fatih Sarhan
10879664cc Update doc/ci/caching/index.md file 2018-12-31 21:58:07 +00:00
Marceli Wac
77688b2736 Patch 35 2018-12-11 14:41:08 +00:00
Takuya Noguchi
af013d34d9 Use the standard PIP_CACHE_DIR for Python dependency caching template
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-09 14:54:51 +09:00
Dylan Griffith
f5f5d6ea1f Resolve "Un-vendor CI templates" 2018-09-26 15:39:27 +00:00
Evan Read
d2e71d910e Make topic adhere to style guide. 2018-09-07 13:23:24 +10:00
Evan Read
be4994140f Make cache vs artifacts section more visible, and minor enhancements to text. 2018-09-04 13:14:25 +10:00
Philipp Gildein
f75aaea8eb
Fix typo in LOTR reference in caching documentation
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:37 +02:00
Karl-Philipp Richter
8788fb9257
Add information that artifacts can only exist relative to the build directory
As explained in https://gitlab.com/gitlab-org/gitlab-ce/issues/15530.
A note that the declaration of an absolute directory triggers a
misleading error message and that following job(s) can't find the file
is important to avoid large scale time waisting until the issue is
fixed.

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6838.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:35 +02:00
Achilleas Pipinellis
fade3e2451
Add image for clearing the cache docs
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
2018-03-22 13:19:48 +01:00
Achilleas Pipinellis
d24ee39ebb
Gather info on CI/CD caching
- New cache page
- Move manual cache clearing to the new page
- Add all directives of cache in the yaml reference
2018-03-21 18:25:32 +01:00