diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-02-23 20:07:02 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-23 20:07:02 +0000 |
commit | 296a4e6825a3528917bb385123cdf62ae3d1944e (patch) | |
tree | 447df856adc32a3fc2249c458ef3ac2f9f8abf40 /config/webpack.config.js | |
parent | 132452a6c17704159a0f99fc04b290a3fc1e2f59 (diff) | |
parent | 2357180a1117d0036a5ed85617f99acae6d43d4c (diff) | |
download | gitlab-ce-296a4e6825a3528917bb385123cdf62ae3d1944e.tar.gz |
Merge branch 'project-deploy-keys-bundle-tag-refactor' into 'master'
Refactored webpack bundle tag for deploy keys
See merge request gitlab-org/gitlab-ce!17324
Diffstat (limited to 'config/webpack.config.js')
-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..0e96a2f6941 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -55,7 +55,6 @@ var config = { boards: './boards/boards_bundle.js', cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js', commit_pipelines: './commit/pipelines/pipelines_bundle.js', - deploy_keys: './deploy_keys/index.js', diff_notes: './diff_notes/diff_notes_bundle.js', environments: './environments/environments_bundle.js', environments_folder: './environments/folder/environments_folder_bundle.js', |