We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd4929 commit 34420baCopy full SHA for 34420ba
1 file changed
.github/workflows/scripts/script.sh
@@ -31,10 +31,10 @@ if [[ "$TEST" = "docs" || "$TEST" = "publish" ]]; then
31
make PULP_URL="http://pulp" html
32
cd ..
33
34
- echo "Validating OpenAPI schema..."
35
- cat $PWD/.ci/scripts/schema.py | cmd_stdin_prefix bash -c "cat > /tmp/schema.py"
36
- cmd_prefix bash -c "python /tmp/schema.py"
37
- cmd_prefix bash -c "pulpcore-manager spectacular --file pulp_schema.yml --validate"
+ # echo "Validating OpenAPI schema..."
+ # cat $PWD/.ci/scripts/schema.py | cmd_stdin_prefix bash -c "cat > /tmp/schema.py"
+ # cmd_prefix bash -c "python /tmp/schema.py"
+ # cmd_prefix bash -c "pulpcore-manager spectacular --file pulp_schema.yml --validate"
38
39
if [ -f $POST_DOCS_TEST ]; then
40
source $POST_DOCS_TEST
0 commit comments