Skip to content
Snippets Groups Projects
Commit b13c4589 authored by Raul Barreras's avatar Raul Barreras
Browse files

Update .gitlab-ci.yml

parent acba2f50
No related branches found
No related tags found
6 merge requests!31Sync 6-add-automated-secrets-detection with Master,!30Master,!29Sync develop with master,!28Sync 6-add-automated-secrets-detection with master,!27Update 7-add-dependency-check to SonarScanner 4.0,!22Resolve "add simple unit tests for containers"
......@@ -5,21 +5,21 @@ stages:
- publish
- security
.Check Makefile:
Check Makefile:
stage: verify
tags:
- linux, dockerd
script:
- docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
.Lint and Validate dockerfiles:
Lint and Validate dockerfiles:
stage: verify
tags:
- linux, dockerd
script:
- make test
.Make All Images:
Make All Images:
stage: build
image: projectatomic/dockerfile-lint
tags:
......@@ -42,7 +42,7 @@ Test PHP Lint:
- t/php-lint/tests.sh
.Push to Container Registry:
Push to Container Registry:
after_script:
- rm -f /var/lib/gitlab-runner/.docker/config.json
stage: publish
......
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