community/gitlab: fix

This commit is contained in:
Kevin Mihelich 2017-03-09 02:17:45 +00:00
parent bc83d12ee2
commit 2a8220ae66

View file

@ -8,6 +8,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - build unf_ext with -fsigned-char
# - disable webpack build
pkgname=gitlab
pkgver=8.17.3
@ -125,8 +126,8 @@ build() {
sed -i 's/url.*/nope.sock/g' config/resque.yml
bundle-2.3 exec rake assets:precompile RAILS_ENV=production --trace
npm install
bundle-2.3 exec rake webpack:compile RAILS_ENV=production --trace
# npm install
# bundle-2.3 exec rake webpack:compile RAILS_ENV=production --trace
# After building assets, clean this up again
rm config/database.yml config/database.yml.postgresql.orig