Skip to content

Commit 0def16b

Browse files
authored
Updates fix version match for RC (#863)
1 parent 094df97 commit 0def16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tests/generic.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { readZipFile } from '@helpers/zip-helper';
44

55
test.describe('PMM Client "Generic" CLI tests', async () => {
66
let PMM_VERSION: string;
7-
if (/dev-latest|https:/.test(`${process.env.CLIENT_VERSION}`)) {
7+
if (/dev-latest|https:|pmm2-rc/.test(`${process.env.CLIENT_VERSION}`)) {
88
// TODO: refactor to use docker hub API to remove file-update dependency
99
// See: https://github.com/Percona-QA/package-testing/blob/master/playbooks/pmm2-client_integration_upgrade_custom_path.yml#L41
1010
PMM_VERSION = cli.execute('curl -s https://raw.githubusercontent.com/Percona-Lab/pmm-submodules/PMM-2.0/VERSION | xargs')

0 commit comments

Comments
 (0)