mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 22:27:47 +00:00
doc: remove now irrelevant comment
This commit is contained in:
parent
9964315abe
commit
6f7457f6b3
@ -36,9 +36,7 @@ class ComposeJobRunner(jobs.BaseComposeJobRunner):
|
||||
def run_job(self, service: str, command: str) -> int:
|
||||
"""
|
||||
Run the "{{ service }}-job" service from local/docker-compose.jobs.yml with the
|
||||
specified command. For backward-compatibility reasons, if the corresponding
|
||||
service does not exist, run the service from good old regular
|
||||
docker-compose.yml.
|
||||
specified command.
|
||||
"""
|
||||
run_command = []
|
||||
for docker_compose_path in self.docker_compose_job_files:
|
||||
|
Loading…
Reference in New Issue
Block a user