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
143 changes: 0 additions & 143 deletions ctf/schemas/post.json

This file was deleted.

173 changes: 0 additions & 173 deletions ctf/schemas/track.yaml.json

This file was deleted.

2 changes: 1 addition & 1 deletion ctf/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def get_ctf_script_templates_directory() -> str:


def get_ctf_script_schemas_directory() -> str:
return os.path.join(get_ctf_script_root_directory(), "schemas")
return os.path.join(find_ctf_root_directory(), "schemas")


def remove_ctf_script_root_directory_from_path(path: str) -> str:
Expand Down