Merge branch '2.2' into 2.3.9

This commit is contained in:
Markus Mäkelä
2019-07-02 10:06:33 +03:00
2 changed files with 1 additions and 8 deletions

View File

@ -51,8 +51,7 @@ export sshopt="$scpopt $sshuser@$IP"
old_version=`ssh $sshopt "maxscale --version" `
${mdbci_dir}/mdbci setup_repo --product maxscale_ci --product-version ${target} $name/maxscale
${mdbci_dir}/mdbci install_product --product maxscale_ci $name/maxscale
${mdbci_dir}/mdbci install_product --product maxscale_ci --product-version ${target} $name/maxscale
res=$?