summaryrefslogtreecommitdiffstats
path: root/jjb/3rd_party_ci/install-netvirt.sh
blob: 041d8517e37abddf026f36276ceaf5fdce07230a (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# clone opnfv sdnvpn repo
git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git
cd sdnvpn
ls -al

# here is where the script(s) to install netvirt should be executed