From f87b374b6c38346abc6aff345ba75616a3c686df Mon Sep 17 00:00:00 2001 From: Nikolay Zhuravlev Date: Wed, 9 Oct 2024 16:29:44 +0200 Subject: [PATCH] Add course 1143 --- easyci2/flask/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/easyci2/flask/config.json b/easyci2/flask/config.json index 67dccded..3cf6a4fd 100644 --- a/easyci2/flask/config.json +++ b/easyci2/flask/config.json @@ -174,5 +174,13 @@ "run_cmd": ["_python_task_checker/main.py"], "docker_image": "zhnick/imkn_python_checker:latest", "timeout": 900 + }, + { + "host": "https://anytask.org", + "course_id": 1143, + "repo": "git@github.com:tswr/imkn_python_method.git", + "run_cmd": ["_home_task_checker/run_in_anytask_org.sh"], + "docker_image": "zhnick/imkn_python_checker:latest", + "timeout": 10800 } ]