Skip to content

Commit

Permalink
Update sourceid
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Aug 7, 2024
1 parent bf81dbc commit b853ae3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ targets:
update-snapshot-label:
name: '[updatecli] Update latest snapshot label step to {{ source "latestSnapshotMajorMinor" }}'
kind: file
sourceid: latestSnapshot
sourceid: latestSnapshotMajorMinor
scmid: default
spec:
file: '.buildkite/pipeline.schedule-daily.yml'
matchpattern: '(Stack Version v8\.)[^\s]+"$'
replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}'
replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}"'

0 comments on commit b853ae3

Please sign in to comment.