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

Capture `result.json` in artifacts

parent d412a711
No related branches found
No related tags found
1 merge request!34Fix linting
......@@ -10,9 +10,15 @@ lint:plugins:default:
image: containers.ethitter.com:443/docker/images/debian:bullseye
script:
- sh ./.ci-scripts/lint.sh "$(<./plugins/default.yml)"
artifacts:
paths:
- result.json
lint:plugins:default-redis:
stage: test
image: containers.ethitter.com:443/docker/images/debian:bullseye
script:
- sh ./.ci-scripts/lint.sh "$(<./plugins/default-redis.yml)"
artifacts:
paths:
- result.json
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment