Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab
CI
wordpress
Merge requests
!34
Something went wrong on our end
Fix linting
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix linting
fix/linting
into
main
Overview
0
Commits
11
Pipelines
0
Changes
1
Merged
Erick Hitter
requested to merge
fix/linting
into
main
1 month ago
Overview
0
Commits
11
Pipelines
0
Changes
1
Expand
Capture
result.json
in artifact
Schedule run
Explore MR decorations
Edited
1 month ago
by
Erick Hitter
0
0
Merge request reports
Viewing commit
d7817f78
Prev
Next
Show latest version
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d7817f78
Capture `result.json` in artifacts
· d7817f78
Erick Hitter
authored
1 month ago
.gitlab-ci.yml
+
6
−
0
Options
@@ -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
Loading