Skip to content
Snippets Groups Projects
Commit e94d72bc authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'update/templates' into 'main'

Various updates

See merge request !27
parents 800739d4 7eff15f1
No related branches found
No related tags found
1 merge request!27Various updates
include: include:
- template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml
......
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: PHPunit:PHP7.0:MySQL:Redis:
stage: test stage: test
image: containers.ethitter.com:443/docker/images/php:7.0 image: containers.ethitter.com:443/docker/images/php:7.0
......
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: PHPunit:PHP7.0:MySQL:
stage: test stage: test
image: containers.ethitter.com:443/docker/images/php:7.0 image: containers.ethitter.com:443/docker/images/php:7.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment