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:
2727sources :
2828 latest7xSnapshot :
2929 name : Get latest 7.x snapshot
30- kind : json
30+ kind : file
3131 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
3438
3539targets :
3640 update-7x-version :
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ test-stack-command-oldest:
6666 ./scripts/test-stack-command.sh 7.14.2
6767
6868test-stack-command-7x :
69- ./scripts/test-stack-command.sh 7.17.28-SNAPSHOT
69+ ./scripts/test-stack-command.sh 7.17.28
7070
7171# Keeping a test for 8.6 because it has an specific configuration file.
7272test-stack-command-86 :
You can’t perform that action at this time.
0 commit comments