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

testing tests

parent e45b321a
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: ...@@ -5,21 +5,21 @@ stages:
- publish - publish
- security - security
Check Makefile: .Check Makefile:
stage: verify stage: verify
tags: tags:
- linux, dockerd - linux, dockerd
script: script:
- docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile - docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
Lint and Validate dockerfiles: .Lint and Validate dockerfiles:
stage: verify stage: verify
tags: tags:
- linux, dockerd - linux, dockerd
script: script:
- make test - make test
Make All Images: .Make All Images:
stage: build stage: build
image: projectatomic/dockerfile-lint image: projectatomic/dockerfile-lint
tags: tags:
...@@ -42,7 +42,7 @@ Test PHP Lint: ...@@ -42,7 +42,7 @@ Test PHP Lint:
- t/php-lint/tests.sh - t/php-lint/tests.sh
Push to Container Registry: .Push to Container Registry:
after_script: after_script:
- rm -f /var/lib/gitlab-runner/.docker/config.json - rm -f /var/lib/gitlab-runner/.docker/config.json
stage: publish 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