summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:29:28 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-04-21 13:29:28 +0200
commit19a88608e7a29b9b86cfa5ba7acb5aebc922d25f (patch)
tree114c258206090af20af9df3061fa2ca74bb62b7c
parent1e5eb0134504fc7020ab91e60120d371a6885705 (diff)
downloadqboot-19a88608e7a29b9b86cfa5ba7acb5aebc922d25f.tar.gz
shell cleanup
-rw-r--r--Jenkinsfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b9169f7..124fac3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,6 +21,9 @@ def RPMSource() {
def RPMBuild() {
sh '''
+ # cleanup
+ rm -rf rpms
+
# figure version
# commit="$(cd source; git describe --tags --long --match 'v*')"
# ghash="${commit##*-}"