Skip to content

Commit

Permalink
Merge pull request #38 from Percona-Lab/PMM-7-improve-pmm-rc-setup
Browse files Browse the repository at this point in the history
PMM-7 improve PMM RC setup
  • Loading branch information
yurkovychv authored Mar 11, 2024
2 parents f17b7b0 + ee39bce commit e0a80c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmm_psmdb-pbm_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ RUN set -ex; \
elif [[ "$PMM_CLIENT_VERSION" =~ latest|dev-latest ]]; then \
yum -y install pmm2-client ; \
elif [ $PMM_CLIENT_VERSION == "pmm2-rc" ]; then \
percona-release enable original testing \
yum update --refresh -y \
percona-release enable original testing && \
yum update --refresh -y && \
yum -y install pmm2-client ; \
else \
yum -y install pmm2-client-${PMM_CLIENT_VERSION}-6.el9 ; \
Expand Down

0 comments on commit e0a80c7

Please sign in to comment.