cloud-hypervisor/scripts/run_openapi_tests.sh
Ruslan Mstoi 2b2d00653c scripts: fix shell scripts according to shellcheck errors
Unify coding style of shell scripts in accordance with
shellcheck errors.

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
2024-02-13 10:20:18 +00:00

6 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
sudo docker run --rm -v "${PWD}":/local openapitools/openapi-generator-cli validate -i /local/vmm/src/api/openapi/cloud-hypervisor.yaml