Files
heroku-buildpack-python/bin/steps/hooks/post_compile
T
Kenneth Reitz 63cea99415 chmod +x
2013-12-20 16:48:34 -05:00

7 lines
159 B
Bash
Executable File

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