aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-05-24 08:22:29 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-05-24 08:23:56 +0000
commita7f824eb9ae7e9371501a4b1a44c3de341ec11c8 (patch)
treebd5b47b83cf3e6df43fa8ca161812e7f6863bb72 /tcwg-backport.yaml
parent07853ccad90f5dacae10890f70b6c3740e6d8e5f (diff)
tcwg-backport: Clean generated files before starting
Make sure we start from a clean state, and remove temporary files. Change-Id: Id4abb04faf20c75a586f164581f26f752ec7eef9
Diffstat (limited to 'tcwg-backport.yaml')
-rw-r--r--tcwg-backport.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcwg-backport.yaml b/tcwg-backport.yaml
index 12ae4447..4e196fce 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -120,6 +120,9 @@
set -e
set -x
+ # Make sure we start from a clean state
+ rm -f gcc_orig_parameters gcc_patch_prev compare_results_parameters
+
# For git_rev_parse
. ./jenkins-scripts/jenkins-helpers.sh