From f570cfadef11027422841446f38a69b78b2bcee9 Mon Sep 17 00:00:00 2001 From: skywalker Date: Thu, 22 Aug 2024 19:25:55 +0300 Subject: [PATCH] chore(openapi): remove `-it` --- tools/scripts/openapi/runLinter.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/scripts/openapi/runLinter.sh b/tools/scripts/openapi/runLinter.sh index 5facf6b1..aae7d899 100755 --- a/tools/scripts/openapi/runLinter.sh +++ b/tools/scripts/openapi/runLinter.sh @@ -5,6 +5,5 @@ rootDir="$currentDir/../../../" (cd "$rootDir/openapi" && exec docker run \ --rm \ - -it \ -v "$(pwd):/tmp" \ stoplight/spectral:6.11.1 lint --ruleset "/tmp/.spectral.yml" "/tmp/specs/**/*.yml")