mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/gitlab: fix
This commit is contained in:
parent
bc83d12ee2
commit
2a8220ae66
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue