Files
heroku-buildpack-python/bin/steps/hooks/pre_compile
T
Kenneth Reitz 5d2ecd2f1f echo "----->"
2012-05-30 04:21:22 -04:00

7 lines
147 B
Bash

#!/usr/bin/env bash
if [ -f bin/pre_compile ]; then
echo "-----> Running pre-compile hook"
chmod +x bin/pre_compile
bin/pre_compile
fi