]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Enable report 08/41908/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 4 May 2022 10:31:53 +0000 (14:31 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 4 May 2022 10:31:53 +0000 (14:31 +0400)
Change-Id: Iebf3b3a58bd370adfa5b55e819cc6bbb28fc382e

maintenance-ci/mos/reporter-docker/Dockerfile

index 4fe7bb6319f0479dc7fcf30b5f1b4b24f4c4a9ef..b1b25543885a21f38d8e5c9cf3ab993031e87297 100644 (file)
@@ -24,7 +24,7 @@ RUN virtualenv --python=python3.7 report-venv  \
     && git clone https://github.com/dis-xcom/testrail_reporter.git  \
     && cd testrail_reporter \
     && python setup.py install
-#
-#COPY run_report.sh /root/run_report.sh
-#
-#CMD /bin/bash /root/run_report.sh
+
+COPY run_report.sh /root/run_report.sh
+
+CMD /bin/bash /root/run_report.sh