From d7817f787c03b939314fa267a4baeeb6d2816309 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 18 May 2025 12:43:02 -0700 Subject: [PATCH] Capture `result.json` in artifacts --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 838bbf3..b3b5273 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab