Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line # specify what docker image # go with the default image for now and mangle it image: debian:jessie #image: debian:jessie stages: - test Loading @@ -14,7 +14,7 @@ php-syntax-check: script: - apt-get clean - apt-get update - apt-get install -y php5-cli - apt-get install -y php-cli - php -l htdocs/index.php - find components -name *.php | xargs -n 1 php -l - find plugins -name *.php | xargs -n 1 php -l Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line # specify what docker image # go with the default image for now and mangle it image: debian:jessie #image: debian:jessie stages: - test Loading @@ -14,7 +14,7 @@ php-syntax-check: script: - apt-get clean - apt-get update - apt-get install -y php5-cli - apt-get install -y php-cli - php -l htdocs/index.php - find components -name *.php | xargs -n 1 php -l - find plugins -name *.php | xargs -n 1 php -l Loading