Skip to content
Snippets Groups Projects
  • manojlds's avatar
    431ecee5
    Using the bin path at root of pwd · 431ecee5
    manojlds authored
    The compile script is run with the root of the git repo of the project
    being pushed as the working directory.
    
    $BIN_DIR is pointing to the bin directory of the buildpack which is not
    where you would want to put the pre and post compile hooks.
    
    Changing back to the old convention of looking for the hooks from the
    bin directory at the root of the project.
    431ecee5
    History
    Using the bin path at root of pwd
    manojlds authored
    The compile script is run with the root of the git repo of the project
    being pushed as the working directory.
    
    $BIN_DIR is pointing to the bin directory of the buildpack which is not
    where you would want to put the pre and post compile hooks.
    
    Changing back to the old convention of looking for the hooks from the
    bin directory at the root of the project.