Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 15:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 15:09:35 +0300
commita99c04f0185d6a6b398c37630c392ca84494c0a5 (patch)
treeb5b98085e799c85fff28193566019c6209019c5f /doc/development
parent135059c00cbc56fd7b7fdc2a6a87c7a94fe64649 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/pipelines.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development/pipelines.md b/doc/development/pipelines.md
index 360ebcc3e52..130fa17c73f 100644
--- a/doc/development/pipelines.md
+++ b/doc/development/pipelines.md
@@ -800,8 +800,7 @@ and `cache-assets:production` jobs that:
This job tries to download a generic package that contains GitLab compiled assets
needed in the GitLab test suite (under `app/assets/javascripts/locale/**/app.js`,
-`public/assets`, `tmp/cache/assets/sprockets/`, `tmp/cache/babel-loader/`,
-and `tmp/cache/vue-loader/`).
+and `public/assets`).
- If the package URL returns a 404:
1. It runs `bin/rake gitlab:assets:compile`, so that the GitLab assets are compiled.