Skip to content

Commit

Permalink
Fix stage_file_proxy install in config.annertech.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bserem authored Jan 14, 2025
1 parent b5a054a commit e53694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.annertech.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ hooks:
post-import-db:
- exec: "drush cr"
- exec: "drush sql:sanitize -y"
- exec: "if [ $(grep 'stage_file_proxy' composer.json) ]; then drush en stage_file_proxy -y; fi"
- exec: "if [[ $(grep 'stage_file_proxy' composer.json) ]]; then drush en stage_file_proxy -y; fi"
- exec: "drush uli"

0 comments on commit e53694d

Please sign in to comment.