X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=d37f704aa1eb9b18fe1f1f0898cebb3018a7a20e;hp=015858b1fd776a9c75ce737bcd6bc5c12151b300;hb=8e7582edf682a7ba7edcb5ec0a45d00e361ec868;hpb=c9ad9e38e1554a86b9ee95844340799660edca1b diff --git a/bootstrap.sh b/bootstrap.sh index 015858b1fd..d37f704aa1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -46,6 +46,7 @@ if [ "${#}" -ne "0" ]; then else DKMS_VERSION=$(< ${SCRIPT_DIR}/DPDK_STABLE_VER) VPP_VERSION=$(< ${SCRIPT_DIR}/VPP_STABLE_VER_${DISTRO}) + CSIT_DIR=${SCRIPT_DIR} source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts.sh" download_artifacts # Need to revert -euo as the rest of script is not optimized for this.