Skip to content
Snippets Groups Projects
Commit eab82bb7 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Update .gitlab-ci.yml file remove linter since issue with base Elgg code

parent 28bd720d
Branches master
No related tags found
No related merge requests found
Pipeline #44232 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment