If a new empty packagecloud.io/fdio/XXYY empty repository is being added during the stable/XXYY
branch creation process, the jobs will fail unless a dummy artifact is added to this repository.
Since we only use this repository to install the right version of vpp-ext-deps, delete
the references after that portion is complete.
Change-Id: Ia5dfa5bf0193c0af8671d561d27f9f02c4e641f4
Signed-off-by: Andrew Yourtchenko <[email protected]>
 
                 force_opts="$force_opts --allow-change-held-packages"
                 sudo apt-get -y $force_opts install vpp-ext-deps || true
             fi
+            echo "Removing packagecloud.io repository references and running apt-get update"
+            sudo rm -f /etc/apt/sources.list.d/fdio_*.list
+            sudo apt-get update -qq || true
         elif [ "${OS_ID,,}" == "centos" ] ; then
             if [ "${STREAM}" != "master" ] ; then
                 echo "stream '${STREAM}' is not master: replacing packagecloud repo list with stream specific list"