From: Vladimir Khlyunev Date: Wed, 13 Apr 2022 09:21:04 +0000 (+0400) Subject: Fix path to reporter docker X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F41895%2F1;p=tools%2Fsustaining.git Fix path to reporter docker Change-Id: I397c0caa577c92059a987cad947413cc89387bb2 --- diff --git a/maintenance-ci/mos/scripts/maintenance-tempest-report.sh b/maintenance-ci/mos/scripts/maintenance-tempest-report.sh index fa71d3f..fee75d8 100644 --- a/maintenance-ci/mos/scripts/maintenance-tempest-report.sh +++ b/maintenance-ci/mos/scripts/maintenance-tempest-report.sh @@ -58,6 +58,6 @@ if [ ! ${#ARGS[@]} -eq 0 ] ; then fi arg_str="${arg_str} \"/root/shared/${REPORT_FILE?}\" " -IMAGE_ID=$(docker build -q maintenance-ci/mos/rally-docker) +IMAGE_ID=$(docker build -q maintenance-ci/mos/reporter-docker) docker run -e ARG_STR="${arg_str}" --rm -v "${LOCAL_STORAGE}":/root/shared "${IMAGE_ID}" docker rmi "${IMAGE_ID}"