delete any possible remnants from previous runs

This commit is contained in:
Hans-Christoph Steiner 2018-06-22 17:41:44 +02:00
parent d0a33ae7f5
commit 5442608424
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
set -x
# delete any possible remnants from previous runs, except orig tarballs
find $(dirname $CI_PROJECT_DIR) -maxdepth 1 -type f -name '*-[0-9]*.*' -print -delete
$apt_get update
cd $CI_PROJECT_DIR