From a335c27c456c5e34476c430f3af0c5a8d3ba207e Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Tue, 29 Oct 2024 13:35:39 +0100 Subject: [PATCH] Update configuration to update logdb step label --- .../updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml b/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml index 4b54a0d503d..5a69a4a80c5 100644 --- a/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml +++ b/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml @@ -60,8 +60,8 @@ targets: scmid: default spec: file: '.buildkite/pipeline.schedule-daily.yml' - matchpattern: '(Stack Version) v8\.\d+"' - replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}"' + matchpattern: '(Stack Version) v8\.\d+("| - LogsDB")' + replacepattern: '$1 v{{ source "latestSnapshotMajorMinor" }}$2' update-snapshot-weekly: name: '[updatecli] [weekly] Update latest snapshot to {{ source "latestSnapshot" }}'