pulling for now
This commit is contained in:
parent
a35580e0dd
commit
73095b1211
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user