[DRE-commits] [gitlab] 01/03: run webpack target instead of webpack-prod

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 1 12:33:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master-9.2
in repository gitlab.

commit 558f194c06feb52bac34ea81034816a847393b7f
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Sep 1 17:19:32 2017 +0530

    run webpack target instead of webpack-prod
---
 debian/rake-tasks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index de0e67e..086c9ca 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -28,7 +28,7 @@ chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret
 echo "Installing node modules"
 runuser -u ${gitlab_user} -- sh -c 'install -d /var/lib/gitlab/node_modules'
 runuser -u ${gitlab_user} -- sh -c 'npm install'
-runuser -u ${gitlab_user} -- sh -c 'npm run webpack-prod'
+runuser -u ${gitlab_user} -- sh -c 'npm run webpack'
 
 echo "Precompiling assets..."
 runuser -u ${gitlab_user} -- sh -c 'bundle exec rake tmp:cache:clear assets:precompile'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list