Skip to content

Commit

Permalink
Update configuration to update logdb step label
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Oct 29, 2024
1 parent f5c1b5d commit a335c27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}'
Expand Down

0 comments on commit a335c27

Please sign in to comment.