Skip to content

comet: don't precompile assets for test

tamsin woo requested to merge comet-test-no-precompile into trunk

we shouldn't need precompiled assets for tests. don't run it, see what fails.

this build stage is still building many other images, often busting the assets cache and precompiling along the way. but this should at least avoid doing it twice.

Merge request reports