Skip to content
Merged
Show file tree
Hide file tree
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
52 changes: 0 additions & 52 deletions .github/workflows/postman-metrics.yml

This file was deleted.

15 changes: 0 additions & 15 deletions tools/postman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ build: fetch_openapi convert_to_collection
.PHONY: build_and_upload
build_and_upload: build transform_collection upload_collection

.PHONY: fetch_forks
fetch_forks:
./scripts/fetch-forks.sh

.PHONY: compare_forks
compare_forks:
./scripts/compare-forks.sh

.PHONY: send_forks
send_forks:
./scripts/send-fork-data.sh

.PHONY: compare_and_send_forks
compare_and_send_forks: compare_forks send_forks

.PHONY: clean
clean:
rm ./openapi/*; rm ./tmp/*
Expand Down
2 changes: 1 addition & 1 deletion tools/postman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Our Postman collection generation has several limitations, meaning some manual u

## Postman folder structure

- `openapi` - Where the OpenAPI Spec, version information, and fork files are stored
- `openapi` - Where the OpenAPI Spec and version information are stored
- `tmp` - Where the Postman Collection is generated and the temporary working files are stored
- `scripts` - Where the Bash scripts are stored
- `validation` - Where the files for spectral validation of the generated collection is stored
Expand Down
46 changes: 0 additions & 46 deletions tools/postman/scripts/compare-forks.sh

This file was deleted.

54 changes: 0 additions & 54 deletions tools/postman/scripts/fetch-forks.sh

This file was deleted.

22 changes: 0 additions & 22 deletions tools/postman/scripts/send-fork-data.sh

This file was deleted.

Loading