summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@samba.org>2021-01-12 11:38:03 +0530
committerAnoop C S <anoopcs@samba.org>2021-01-12 11:38:03 +0530
commit6810cf9d4dd2d05dec4172669b2da04c6c3e912a (patch)
tree846e21c08a08520c121492768b24f3e321ccd23c
parentfef68f88a243297664b7ca91673412766d25f162 (diff)
downloadsamba-integration-6810cf9d4dd2d05dec4172669b2da04c6c3e912a.tar.gz
samba-integration-6810cf9d4dd2d05dec4172669b2da04c6c3e912a.tar.xz
samba-integration-6810cf9d4dd2d05dec4172669b2da04c6c3e912a.zip
Update vagrant version to resolve dependency errorscentos-ci
-rwxr-xr-xsamba-integration-centos-ci-tests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/samba-integration-centos-ci-tests.sh b/samba-integration-centos-ci-tests.sh
index 185b05f..a9eb4d6 100755
--- a/samba-integration-centos-ci-tests.sh
+++ b/samba-integration-centos-ci-tests.sh
@@ -101,9 +101,10 @@ yum -y group install "Development Tools"
# couple of times in a row to prevent it from failing. As a positive
# side effect, it also avoids duplicate downloads of the RPM.
#
-if ! rpm -q vagrant-2.2.7
+VAGRANT_VERSION="2.2.14"
+if ! rpm -q "vagrant-${VAGRANT_VERSION}"
then
- yum -y install https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.rpm
+ yum -y install "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.rpm"
fi
vagrant plugin install vagrant-libvirt