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
path: root/config
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-03-01 00:53:35 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-03-01 00:53:35 +0300
commitb50756401746d936cfe3eea5e0c6d300ab0db0eb (patch)
tree133a6306191e7a199e298c0849aa44920a52543c /config
parent891d13022deeebe5f44a2e0387f27a32c8e878e5 (diff)
parent9353c5c780c7af6d6ed3d6c501b155f82debc99c (diff)
Merge branch 'pipelines_show_refactor' into 'master'
Refactor pipelines show for webpack bundle tag removal See merge request gitlab-org/gitlab-ce!17127
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 0d2b5dd3fa7..56d83e0ba1d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -48,7 +48,6 @@ function generateEntries() {
mr_notes: './mr_notes/index.js',
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
- pipelines_details: './pipelines/pipeline_details_bundle.js',
protected_branches: './protected_branches',
protected_tags: './protected_tags',
registry_list: './registry/index.js',