CSIT-484: New csit-hc2vpp job set
[ci-management.git] / jjb / hc2vpp / include-raw-hc2vpp-csit-verify-prebuild.sh
1 #!/bin/bash
2 set -xeu -o pipefail
3
4 # Clone csit and run package download script
5 git clone https://gerrit.fd.io/r/csit --branch master
6
7 # If the git clone fails, complain clearly and exit
8 if [ $? != 0 ]; then
9     echo "Failed to run: git clone https://gerrit.fd.io/r/csit --branch master"
10     exit
11 fi
12
13 ./resources/tools/download_hc_build_pkgs.sh