File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
deps/rabbitmq_ct_helpers/src Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,15 @@ jobs:
8888 run : gpg --import rabbitmq-release-signing-key.asc
8989
9090 - name : Download package generic unix
91+ id : ghr
9192 uses : dsaltares/fetch-gh-release-asset@master
9293 with :
9394 regex : true
9495 file : " rabbitmq-server-generic-unix-[\\ d.]*\\ .tar.xz"
9596 target : ./
9697
98+ - run : echo ${{ steps.ghr.output.version }}
99+
97100 - name : Verify package
98101 run : gpg --verify rabbitmq-server-generic-unix-*.asc rabbitmq-server-generic-unix-*.tar.xz
99102
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ ensure_secondary_dist(Config) ->
207207 undefined -> os :getenv (" SECONDARY_DIST" );
208208 P -> P
209209 end ,
210+ % % @tod Hard fail if file doesn't exist.
210211 case Path =/= false andalso filelib :is_dir (Path ) of
211212 true -> set_config (Config , {secondary_dist , Path });
212213 false -> set_config (Config , {secondary_dist , false })
You can’t perform that action at this time.
0 commit comments