FIX: Correct the packagecloud.io URL path
[csit.git] / bootstrap-vpp-verify-weekly.sh
index d96e2d1..feced87 100644 (file)
@@ -61,6 +61,7 @@ else
     # Download the specific VPP build install packages
     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.