7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-04 15:10:48 +00:00

doc: remove now irrelevant comment

This commit is contained in:
Régis Behmo 2021-11-02 18:24:38 +01:00 committed by Régis Behmo
parent 9964315abe
commit 6f7457f6b3

View File

@ -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: