diff --git a/hooks/pull b/hooks/pull new file mode 100755 index 0000000..8ba4006 --- /dev/null +++ b/hooks/pull @@ -0,0 +1,6 @@ +#!/bin/bash +# +# build hook for dockerhubs autobuild feature +# + +exit 0