Skip to content
  • Georges Racinet's avatar
    HgGitRepository: stop skipping hooks in actions from Rails app · c9efba528b35
    Georges Racinet authored
    All `hg` calls done from the Rails app were done without sending
    hooks, because in Ruby, boolean evaluation of `0` (as integer)
    is `true`.
    
    Of course the functional tests catch the error, but they aren't
    launched for each Merge Request of the Rails app, as that would
    involve going through the whole Omnibus/Docker build.
    c9efba528b35