typo
This commit is contained in:
parent
da1cf7c3a1
commit
a35580e0dd
@ -15,9 +15,10 @@ function init {
|
|||||||
|
|
||||||
function run {
|
function run {
|
||||||
# no need to run on PRs
|
# no need to run on PRs
|
||||||
if [ -z $CI_PULL_REQUEST ] then
|
if [ -z $CI_PULL_REQUEST ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "$SITE_DIR" ]; then
|
if [ ! -d "$SITE_DIR" ]; then
|
||||||
echo "checking out"
|
echo "checking out"
|
||||||
cd ./scripts
|
cd ./scripts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user