summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-03-21 21:23:31 +0530
committerKushal Pandya <kushal@gitlab.com>2017-03-21 21:23:31 +0530
commit99859b01f4dad72dc51c0765db89800915a94f36 (patch)
treeb3d6be55f4063b7ee808c3f7fd5fb17f0ad16786
parent0fd2fd652a18ccceb725ce2f8f7683ad6ad3c224 (diff)
downloadgitlab-ce-18471-restrict-tags-push-ui.tar.gz
Add protected tags to bundle config18471-restrict-tags-push-ui
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index c6794d6b944..d861fa0c7a4 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -39,6 +39,7 @@ var config = {
network: './network/network_bundle.js',
profile: './profile/profile_bundle.js',
protected_branches: './protected_branches/protected_branches_bundle.js',
+ protected_tags: './protected_tags/protected_tags_bundle.js',
snippet: './snippet/snippet_bundle.js',
terminal: './terminal/terminal_bundle.js',
u2f: ['vendor/u2f'],