Browse Source

Increase timeout for assets:precompile

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
f328d20ff8
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .circleci/config.yml

+ 4
- 1
.circleci/config.yml View File

@ -124,7 +124,10 @@ jobs:
- *install_system_dependencies
- run: ruby -e 'puts RUBY_VERSION' | tee /tmp/.ruby-version
- *restore_ruby_dependencies
- run: ./bin/rails assets:precompile
- run:
name: Precompile assets
command: ./bin/rails assets:precompile
no_output_timeout: 20m
- save_cache:
key: precompiled-assets-{{ .Branch }}-{{ .Revision }}
paths:

Loading…
Cancel
Save