aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-10-18 11:55:31 +0000
committerVratko Polak <vrpolak@cisco.com>2018-10-19 11:44:58 +0000
commit8e7582edf682a7ba7edcb5ec0a45d00e361ec868 (patch)
tree6a7f6fa8e83c3e8599f6a7db84c31ec85933dff1 /bootstrap.sh
parentc9ad9e38e1554a86b9ee95844340799660edca1b (diff)
FIX: Correct the packagecloud.io URL path
Change-Id: I8aae4cb85f9bb1efaa19d75e2fd7c9593f20756d Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit e44edcedef4dd2fee1c21b122b4bc6bb8586598e)
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
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.