Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/split_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ foascli split -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2/opena
foascli filter -s openapi-foas.json --env "${target_env:?}" -o ./openapi/v2.json --format all

# Moves the unfiltered OAS to the raw folder
mkdir -p ./openapi/.raw
mv -f "openapi-foas.json" "./openapi/.raw/v2.json"
mv -f "openapi-foas.yaml" "./openapi/.raw/v2.yaml"

Expand Down
Loading