From d1ecf0466d0bd1e6e9fec246e211113f061e09af Mon Sep 17 00:00:00 2001 From: Jeff Sturek <jsturek8@unl.edu> Date: Fri, 19 Nov 2021 13:45:32 -0600 Subject: [PATCH] Update .gitlab-ci.yml file remove php lint since production is PHP 5.6 and linter supports >= 7.0 --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cfaef99..172cdeef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,19 +6,9 @@ stages: - - Test - Security - QA - -PHP Lint: - stage: Test - image: its-registry.unl.edu/unl-its/docker-ci/php-lint:7.0 - tags: - - dockeraa - script: - - php-lint -d . -e .php -e .phtml - Dependency Check: stage: Security image: its-registry.unl.edu/unl-its/docker-ci/dependency-check -- GitLab