diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-23 21:23:27 +0100 |
---|---|---|
committer | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-23 21:23:27 +0100 |
commit | fd598fd6bda91343d7e271c0fe485ead9e0011d2 (patch) | |
tree | 62e7eacb8bbdd5b54f555e97c14c98ec96223280 /config | |
parent | 132452a6c17704159a0f99fc04b290a3fc1e2f59 (diff) | |
download | gitlab-ce-fd598fd6bda91343d7e271c0fe485ead9e0011d2.tar.gz |
Removed protected_tags webpack bundle
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 9db6ecd27af..7f3b279b062 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -71,7 +71,6 @@ var config = { profile: './profile/profile_bundle.js', project_import_gl: './projects/project_import_gitlab_project.js', protected_branches: './protected_branches', - protected_tags: './protected_tags', registry_list: './registry/index.js', sidebar: './sidebar/sidebar_bundle.js', snippet: './snippet/snippet_bundle.js', |