Output whether assets are there at all

pull/9061/head
Oliver Günther 4 years ago
parent 62a93d7f94
commit 42219c2755
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 1
      docker/ci/entrypoint.sh

@ -73,6 +73,7 @@ if [ "$1" == "run-features" ]; then
shift
execute "cd frontend; npm install ; cd -"
execute "bundle exec rake assets:precompile"
execute "ls -lR frontend/assets/frontend"
execute "cp -rp config/frontend_assets.manifest.json public/assets/frontend_assets.manifest.json"
if ! execute "time bundle exec rake parallel:features" ; then
execute "cat tmp/parallel_summary.log"

Loading…
Cancel
Save