diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-04-21 13:29:28 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-04-21 13:29:28 +0200 |
commit | 19a88608e7a29b9b86cfa5ba7acb5aebc922d25f (patch) | |
tree | 114c258206090af20af9df3061fa2ca74bb62b7c | |
parent | 1e5eb0134504fc7020ab91e60120d371a6885705 (diff) | |
download | qboot-19a88608e7a29b9b86cfa5ba7acb5aebc922d25f.tar.gz |
shell cleanup
-rw-r--r-- | Jenkinsfile | 3 |
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##*-}" |