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

Formatting

parent 1e962f56
Branches
No related tags found
1 merge request!23Test linting for configurations
...@@ -24,7 +24,7 @@ echo "**********************************************************" ...@@ -24,7 +24,7 @@ echo "**********************************************************"
echo "IS VALID:" echo "IS VALID:"
jq '.valid' < result.json jq '.valid' < result.json
if [[ "$(jq '.valid' < result.json)" == "true" ]]; then if [ "$(jq '.valid' < result.json)" = "true" ]; then
exit 0 exit 0
else else
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment