Merge pull request #3388 from betagouv/clean_mina

remove unused force_asset_precompile during setup
This commit is contained in:
Pierre de La Morinerie 2019-02-12 11:28:06 +01:00 committed by GitHub
commit 62470bad7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ task :setup do
domains = domains_for_stage(ENV.fetch('STAGE'))
domains.each do |domain|
sh "mina setup domain=#{domain} force_asset_precompile=true"
sh "mina setup domain=#{domain}"
end
end