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

Formatting

parent 1e962f56
No related branches found
No related tags found
1 merge request!23Test linting for configurations
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment