Disable blocking on buildable queue (Functest)
[releng.git] / jjb / 3rd_party_ci / postprocess-netvirt.sh
1 #!/bin/bash
2 set -o errexit
3 set -o nounset
4 set -o pipefail
5
6 # clone opnfv sdnvpn repo
7 git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn
8 . $WORKSPACE/sdnvpn/odl-pipeline/odl-pipeline-common.sh
9 pushd $LIB
10 ./post_process.sh
11 popd