Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ check_json_format: INVALID_JSON_FILES=true fi done if [ "$INVALID_JSON_FILES" = true ]; then if [ "$INVALID_JSON_FILES" == "true" ]; then echo "Some JSON files are not formatted. Please run jq to fix them." exit 1 fi Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ check_json_format: INVALID_JSON_FILES=true fi done if [ "$INVALID_JSON_FILES" = true ]; then if [ "$INVALID_JSON_FILES" == "true" ]; then echo "Some JSON files are not formatted. Please run jq to fix them." exit 1 fi Loading