pulling for now

This commit is contained in:
Ionitron 2016-05-04 17:08:28 -05:00
parent a35580e0dd
commit 73095b1211

View File

@ -14,10 +14,6 @@ function init {
}
function run {
# no need to run on PRs
if [ -z $CI_PULL_REQUEST ]; then
exit 0
fi
if [ ! -d "$SITE_DIR" ]; then
echo "checking out"