Skip to content

Commit 284b4ef

Browse files
authored
chore: Remove Postman metric tracking via GH Action (#915)
1 parent bfcade7 commit 284b4ef

File tree

6 files changed

+1
-190
lines changed

6 files changed

+1
-190
lines changed

.github/workflows/postman-metrics.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

tools/postman/Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,6 @@ build: fetch_openapi convert_to_collection
3535
.PHONY: build_and_upload
3636
build_and_upload: build transform_collection upload_collection
3737

38-
.PHONY: fetch_forks
39-
fetch_forks:
40-
./scripts/fetch-forks.sh
41-
42-
.PHONY: compare_forks
43-
compare_forks:
44-
./scripts/compare-forks.sh
45-
46-
.PHONY: send_forks
47-
send_forks:
48-
./scripts/send-fork-data.sh
49-
50-
.PHONY: compare_and_send_forks
51-
compare_and_send_forks: compare_forks send_forks
52-
5338
.PHONY: clean
5439
clean:
5540
rm ./openapi/*; rm ./tmp/*

tools/postman/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Our Postman collection generation has several limitations, meaning some manual u
5353

5454
## Postman folder structure
5555

56-
- `openapi` - Where the OpenAPI Spec, version information, and fork files are stored
56+
- `openapi` - Where the OpenAPI Spec and version information are stored
5757
- `tmp` - Where the Postman Collection is generated and the temporary working files are stored
5858
- `scripts` - Where the Bash scripts are stored
5959
- `validation` - Where the files for spectral validation of the generated collection is stored

tools/postman/scripts/compare-forks.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

tools/postman/scripts/fetch-forks.sh

Lines changed: 0 additions & 54 deletions
This file was deleted.

tools/postman/scripts/send-fork-data.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)