Skip to content

Commit

Permalink
Fix MS Binary filer (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs authored Aug 15, 2024
1 parent ec625e8 commit 7a2ebbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm-tests/ms_pmm_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- docker cp ./client_container_ms_setup.sh {{ ms_container }}:/

- name: Get Product tarball URL based on the version
shell: cat product_version_download_helper | grep -v pxc | grep mysql | grep "\-{{ ms_version }}" | head -1 | awk -F'# ' '{print $3}'
shell: cat product_version_download_helper | grep -v pxc | grep ms | grep "\-{{ ms_version }}" | head -1 | awk -F'# ' '{print $3}'
register: tarball
when: lookup('env', 'MS_TARBALL') == ''

Expand Down

0 comments on commit 7a2ebbf

Please sign in to comment.