diff --git a/plugins/templates/gitlab-tools.yml b/plugins/templates/gitlab-tools.yml index 75251e8f6f5c0de20f5352f807c89df947b8bd22..a9999a7466417e550e660874e98741573c9da4bd 100644 --- a/plugins/templates/gitlab-tools.yml +++ b/plugins/templates/gitlab-tools.yml @@ -1,6 +1,5 @@ include: - template: Security/Dependency-Scanning.gitlab-ci.yml - - template: Security/License-Scanning.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml diff --git a/plugins/templates/matrix-redis.yml b/plugins/templates/matrix-redis.yml index 3cf1c9af9223e4656ce53a8f1648b85bfdd7978c..e01f1273b43460698b555061215aed5b378cc43e 100644 --- a/plugins/templates/matrix-redis.yml +++ b/plugins/templates/matrix-redis.yml @@ -1,13 +1,3 @@ -PHPunit:PHP5.6:MySQL:Redis: - stage: test - image: containers.ethitter.com:443/docker/images/php:5.6 - services: - - mysql:5.6 - - redis:alpine - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP7.0:MySQL:Redis: stage: test image: containers.ethitter.com:443/docker/images/php:7.0 diff --git a/plugins/templates/matrix.yml b/plugins/templates/matrix.yml index 6240fae7849596c6ae46a44761c60345da09be39..3783ee9c545007ca0217958e36aad5db3c511ca2 100644 --- a/plugins/templates/matrix.yml +++ b/plugins/templates/matrix.yml @@ -1,12 +1,3 @@ -PHPunit:PHP5.6:MySQL: - stage: test - image: containers.ethitter.com:443/docker/images/php:5.6 - services: - - mysql:5.6 - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP7.0:MySQL: stage: test image: containers.ethitter.com:443/docker/images/php:7.0