Files
heroku-buildpack-python/bin/steps/hooks/pre_compile
T
2013-12-13 15:48:39 -08:00

7 lines
155 B
Bash

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