]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
assets:clean, USE_DB=false
authorElan Ruusamäe <glen@delfi.ee>
Sun, 15 May 2016 10:01:02 +0000 (13:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 15 May 2016 10:01:08 +0000 (13:01 +0300)
from
https://github.com/sameersbn/docker-gitlab/blob/master/assets/build/install.sh

gitlab-ce.spec

index c7af6b64a7b3069b1a9948345b30ef1627902214..a322f52eab7769078803e29a58320cc37236915a 100644 (file)
@@ -102,7 +102,7 @@ bundle install %{_smp_mflags} \
        --deployment \
        --without development test aws %{!?with_krb5:kerberos}
 
-bundle exec rake RAILS_ENV=production assets:precompile
+bundle exec rake RAILS_ENV=production assets:clean assets:precompile USE_DB=false
 
 # avoid bogus ruby dep
 chmod a-x vendor/bundle/ruby/gems/unicorn-*/bin/unicorn*
This page took 0.0545 seconds and 4 git commands to generate.