Skip to content

Commit 07ebd3b

Browse files
authored
Update Makefile
1 parent e90db10 commit 07ebd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ validate_oas:
1313
npx autorest --v3 --azure-validator --input-file=oas/api/openapi.yaml
1414
npx autorest --v3 --azure-validator --input-file=oas/history/openapi.yaml
1515
npx autorest --v3 --azure-validator --input-file=oas/import/openapi.yaml
16-
npx autorest --v3 --azure-validator --input-file=oas/checkout/openapi.yaml
16+
# npx autorest --v3 --azure-validator --input-file=oas/checkout/openapi.yaml
1717

1818
codegen_install:
1919
curl -o- -s https://raw.githubusercontent.com/vrapio/rmf-codegen/master/scripts/install.sh | bash

0 commit comments

Comments
 (0)