From 0950037e55c3a4aaae234b676d5955f742eff431 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 23 Jul 2018 10:06:39 +0300 Subject: [PATCH] CI/travis/deploy: extend cleanup to all debian packages We should also cleanup Trusty debian packages, since Trusty is the current default image used in Travis-CI. And also include Xenial images in the cleanup (since they were added now). Signed-off-by: Alexandru Ardelean --- CI/travis/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/travis/deploy b/CI/travis/deploy index 18941f788..8e9ea4d53 100755 --- a/CI/travis/deploy +++ b/CI/travis/deploy @@ -52,7 +52,7 @@ echo "bye" >> script$3 sftp ${EXTRA_SSH} -b script$3 ${SSHUSER}@${SSHHOST} # limit things to a few files, so things don't grow forever -if [ "${LDIST}" = "-precise" -a "$3" = ".deb" ] ; then +if [ "$3" = ".deb" ] ; then for files in $(ssh ${EXTRA_SSH} ${SSHUSER}@${SSHHOST} \ "ls -lt ${GLOB}" | tail -n +100 | awk '{print $NF}') do