Merge "Apex: changing Gluon scenario name to noha"
[releng.git] / jjb / 3rd_party_ci / postprocess-netvirt.sh
1 #!/bin/bash
2 set -e
3
4 if [ -z ${WORKSPACE} ]; then
5   echo "WORKSPACE is unset. Please do so."
6   exit 1
7 fi
8 # wipe the WORKSPACE
9 /bin/rm -rf $WORKSPACE/*
10 # clone opnfv sdnvpn repo
11 git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn
12 . $WORKSPACE/sdnvpn/odl-pipeline/odl-pipeline-common.sh
13 pushd $LIB
14 ./post_process.sh
15 popd