repo descriptions updated
This commit is contained in:
@@ -55,7 +55,6 @@ def check_repository_documentation() -> None:
|
||||
ROOT / "CONTRIBUTING.md",
|
||||
ROOT / "SECURITY.md",
|
||||
ROOT / "THIRD_PARTY_NOTICES.md",
|
||||
ROOT / "docs" / "architecture" / "SOFTWARE-CLIENT-ARCHITECTURE.md",
|
||||
ROOT / "docs" / "version-history" / "README.md",
|
||||
ROOT / "docs" / "version-history" / f"UPDATE-{(ROOT / 'VERSION').read_text(encoding='utf-8').strip()}.md",
|
||||
]
|
||||
@@ -117,10 +116,10 @@ def check_job_definition_frontend() -> None:
|
||||
|
||||
template_dir = APP_DIR / "templates" / "jobs"
|
||||
required_templates = {
|
||||
"powershell_wrapper.ps1": ["{{JobId}}", "{{CallbackUrl}}", "Eigene Befehle hier einfügen"],
|
||||
"python_wrapper.py.txt": ["{{JobId}}", "{{CallbackUrl}}", "Eigene Befehle hier einfügen"],
|
||||
"powershell_wrapper.ps1": ["{{JobId}}", "{{CallbackUrl}}"],
|
||||
"python_wrapper.py.txt": ["{{JobId}}", "{{CallbackUrl}}"],
|
||||
"bash_wrapper.sh": ["{{JobId}}", "{{CallbackUrl}}", "${status}", "${code}"],
|
||||
"cmd_wrapper.cmd": ["{{JobId}}", "{{CallbackUrl}}", "Eigene Befehle hier einfügen"],
|
||||
"cmd_wrapper.cmd": ["{{JobId}}", "{{CallbackUrl}}"],
|
||||
"powershell_test.txt": ["{{AssetName}}", "{{Hostname}}"],
|
||||
"python_test.txt": ["{{AssetName}}", "{{Hostname}}"],
|
||||
"bash_test.txt": ["{{AssetName}}", "{{Hostname}}"],
|
||||
|
||||
Reference in New Issue
Block a user