Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6656c1ee authored by Nicolas's avatar Nicolas
Browse files

cicd: update ci

parent b00bcf28
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ docker-hadolint: ...@@ -10,7 +10,7 @@ docker-hadolint:
- DOCKERFILES=(httpd nginx phpfpm phpunit) - DOCKERFILES=(httpd nginx phpfpm phpunit)
- | - |
for DOCKERFILE in "${DOCKERFILES[@]}"; do for DOCKERFILE in "${DOCKERFILES[@]}"; do
hadolint -f gitlab_codeclimate .docker/"$DOCKERFILE".Dockerfile > "reports/hadolint-$(md5sum .docker/"$DOCKERFILE".Dockerfile | cut -d' ' -f1).json" hadolint -f gitlab_codeclimate .docker/"$DOCKERFILE".Dockerfile >> "reports/hadolint-result.json"
done done
artifacts: artifacts:
name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG" name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
......
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