Skip to content
Snippets Groups Projects
Commit 329360cd authored by FETCHEPING FETCHEPING Rossif Borel's avatar FETCHEPING FETCHEPING Rossif Borel
Browse files

Update .gitlab-ci.yml file

parent 769b6844
No related branches found
No related tags found
1 merge request!3Pipeline complete
Pipeline #7980 passed
......@@ -68,9 +68,9 @@ docker_lint:
image: hadolint/hadolint:latest-alpine
script:
- rm -rf docs/docker/lint.md && touch docs/docker/lint.md
- echo "##Dockerfile.api" >> docs/docker/lint.md
- echo "##${PWD}Dockerfile.api" >> docs/docker/lint.md
- hadolint --no-color --no-fail Dockerfile.api | while read line; do echo ${line}" " >> docs/docker/lint.md; done
- echo "##Dockerfile.front" >> docs/docker/lint.md
- echo "##${PWD}Dockerfile.front" >> docs/docker/lint.md
- hadolint --no-color --no-fail Dockerfile.front | while read line; do echo ${line}" " >> docs/docker/lint.md; done
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment