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

7 lines
159 B
Bash

#!/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