diff options
-rw-r--r-- | VPP_STABLE_VER_UBUNTU | 1 | ||||
-rw-r--r-- | resources/libraries/bash/function/gather.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/VPP_STABLE_VER_UBUNTU b/VPP_STABLE_VER_UBUNTU deleted file mode 100644 index 03a904cb60..0000000000 --- a/VPP_STABLE_VER_UBUNTU +++ /dev/null @@ -1 +0,0 @@ -20.01-rc0~453-g349cd1a~b8252 diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index 0bef2923a0..b2c298b62f 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -123,7 +123,7 @@ function gather_vpp () { # Files read: # - ${CSIT_DIR}/DPDK_STABLE_VER - DPDK version to use # by csit-vpp not-timed jobs. - # - ${CSIT_DIR}/VPP_STABLE_VER_UBUNTU - Ubuntu VPP version to usee. + # - ${CSIT_DIR}/${VPP_VER_FILE} - Ubuntu VPP version to use. # - ../*vpp*.deb|rpm - Relative to ${DOWNLOAD_DIR}, copied for vpp-csit jobs. # Directories updated: # - ${DOWNLOAD_DIR}, vpp-*.deb files are copied here for vpp-csit jobs. |