From: Vladimir Khlyunev Date: Mon, 17 May 2021 10:26:56 +0000 (+0400) Subject: Fix desc regex X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b7385b8fdf7f24257a9c5453fa1829f9847349a1;p=tools%2Fsustaining.git Fix desc regex Change-Id: I3df513341883f7333e026dba97392e2c3f471b4c --- diff --git a/maintenance-ci/common/jobs/deploy-stack.yaml b/maintenance-ci/common/jobs/deploy-stack.yaml index 3d9aa5a..e92f93c 100644 --- a/maintenance-ci/common/jobs/deploy-stack.yaml +++ b/maintenance-ci/common/jobs/deploy-stack.yaml @@ -69,4 +69,4 @@ artifacts: 'stack_data.sh' only-if-success: true - description-setter: - regexp: "description-setter:%(.*)%" + regexp: "description-setter%(.*)%"