We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd49b7e commit b3f6604Copy full SHA for b3f6604
.github/workflows/test-make-target.yaml
@@ -65,6 +65,7 @@ jobs:
65
- name: MIXED CLUSTERS - SETUP SECONDARY_DIST
66
if: inputs.mixed_clusters
67
run: |
68
+ ls -l rabbitmq-server-generic-unix-*.tar.xz
69
archive_name=$(echo rabbitmq-server-generic-unix-*.tar.xz)
70
archive_version=$(echo $archive_name | sed -E -e 's/^rabbitmq-server-generic-unix-//' -e 's/\.tar\.xz$//')
71
0 commit comments