Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ image: php:5.4-cli syntax: script: - apt get install -y git - apt-get install -y git - php -l htdocs/index.php - php -l components/*.php - php -l plugins/*.php Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ image: php:5.4-cli syntax: script: - apt get install -y git - apt-get install -y git - php -l htdocs/index.php - php -l components/*.php - php -l plugins/*.php Loading