Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Code
Merge requests
0
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
Commits
4d319042
Commit
4d319042
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Formatting
parent
1e962f56
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
Test linting for configurations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci-scripts/lint.sh
+1
-1
1 addition, 1 deletion
.ci-scripts/lint.sh
with
1 addition
and
1 deletion
.ci-scripts/lint.sh
+
1
−
1
View file @
4d319042
...
...
@@ -24,7 +24,7 @@ echo "**********************************************************"
echo
"IS VALID:"
jq
'.valid'
< result.json
if
[
[
"
$(
jq
'.valid'
< result.json
)
"
=
=
"true"
]
]
;
then
if
[
"
$(
jq
'.valid'
< result.json
)
"
=
"true"
]
;
then
exit
0
else
exit
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment