Skip to content
Snippets Groups Projects
Commit cac59408 authored by Mike Greiling's avatar Mike Greiling
Browse files

add production asset compile step to CI config

parent 88152949
No related branches found
No related tags found
1 merge request!9396Resolve "Test compiling frontend assets for production in CI"
Loading
Loading
@@ -240,6 +240,18 @@ rake db:seed_fu:
paths:
- log/development.log
 
rake gitlab:assets:compile:
stage: test
<<: *dedicated-runner
dependencies: []
variables:
NODE_ENV: "production"
RAILS_ENV: "production"
SETUP_DB: "false"
USE_DB: "false"
SKIP_STORAGE_VALIDATION: "true"
script: bundle exec rake yarn:install gitlab:assets:compile
rake karma:
cache:
paths:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment