added test printing of var

This commit is contained in:
brb
2023-07-13 12:33:55 +02:00
parent 176d09ca34
commit 320efedd50
+1
View File
@@ -52,6 +52,7 @@ def handle_event(request: GiteaRequest):
detail='skipping ci'
)
# clone repository
print(repo_url)
local_repo_dir = clone_repository(repo_url)
# locate runner script
runner_script_path = local_repo_dir / 'runner_script.yml'