Skip to content

Commit

Permalink
Update updatecli configuration for 8.x SNAPSHOT (#11129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Sep 17, 2024
1 parent 95b7a9d commit b3a1070
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ sources:
name: Get latest snapshot
kind: json
spec:
file: https://storage.googleapis.com/artifacts-api/snapshots/main.json
file: https://storage.googleapis.com/artifacts-api/snapshots/8.x.json
key: .version
latestSnapshotMajorMinor:
name: Get latest snapshort major and minor
kind: json
spec:
file: https://storage.googleapis.com/artifacts-api/snapshots/main.json
file: https://storage.googleapis.com/artifacts-api/snapshots/8.x.json
key: .version
transformers:
- findsubmatch:
Expand Down

0 comments on commit b3a1070

Please sign in to comment.