We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094df97 commit 0def16bCopy full SHA for 0def16b
cli/tests/generic.spec.ts
@@ -4,7 +4,7 @@ import { readZipFile } from '@helpers/zip-helper';
4
5
test.describe('PMM Client "Generic" CLI tests', async () => {
6
let PMM_VERSION: string;
7
- if (/dev-latest|https:/.test(`${process.env.CLIENT_VERSION}`)) {
+ if (/dev-latest|https:|pmm2-rc/.test(`${process.env.CLIENT_VERSION}`)) {
8
// TODO: refactor to use docker hub API to remove file-update dependency
9
// See: https://github.com/Percona-QA/package-testing/blob/master/playbooks/pmm2-client_integration_upgrade_custom_path.yml#L41
10
PMM_VERSION = cli.execute('curl -s https://raw.githubusercontent.com/Percona-Lab/pmm-submodules/PMM-2.0/VERSION | xargs')
0 commit comments