File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
.github/workflows/updatecli/updatecli.d Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,14 @@ scms:
27
27
sources :
28
28
latest7xSnapshot :
29
29
name : Get latest 7.x snapshot
30
- kind : json
30
+ kind : file
31
31
spec :
32
- file : https://storage.googleapis.com/artifacts-api/snapshots/7.17.json
33
- key : .version
32
+ file : https://storage.googleapis.com/artifacts-api/releases/current/7.17
33
+ transformers :
34
+ # Get only the version to avoid spaces and newlines.
35
+ - findsubmatch :
36
+ pattern : ' ([0-9\.]+)'
37
+ captureindex : 1
34
38
35
39
targets :
36
40
update-7x-version :
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ test-stack-command-oldest:
66
66
./scripts/test-stack-command.sh 7.14.2
67
67
68
68
test-stack-command-7x :
69
- ./scripts/test-stack-command.sh 7.17.28-SNAPSHOT
69
+ ./scripts/test-stack-command.sh 7.17.28
70
70
71
71
# Keeping a test for 8.6 because it has an specific configuration file.
72
72
test-stack-command-86 :
You can’t perform that action at this time.
0 commit comments