From eab82bb759f247f239b3b1f1d82414672a5e1958 Mon Sep 17 00:00:00 2001 From: Jeff Sturek <jsturek8@unl.edu> Date: Mon, 22 Nov 2021 10:30:45 -0600 Subject: [PATCH] Update .gitlab-ci.yml file remove linter since issue with base Elgg code --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6ae90da..6287912f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,19 +6,10 @@ stages: - - Test - Security - QA -PHP Lint: - stage: Test - image: its-registry.unl.edu/unl-its/docker-ci/php-lint:7.3 - tags: - - docker - script: - - php-lint -d . -e .php -e .phtml - Dependency Check: stage: Security image: its-registry.unl.edu/unl-its/docker-ci/dependency-check -- GitLab