Skip to content

Commit 34420ba

Browse files
committed
Disabled schema validation because it only works with pulpcore 3.10+
[noissue]
1 parent bcd4929 commit 34420ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scripts/script.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ if [[ "$TEST" = "docs" || "$TEST" = "publish" ]]; then
3131
make PULP_URL="http://pulp" html
3232
cd ..
3333

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"
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"
3838

3939
if [ -f $POST_DOCS_TEST ]; then
4040
source $POST_DOCS_TEST

0 commit comments

Comments
 (0)