diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-04-21 13:35:57 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-04-21 13:35:57 +0200 |
commit | d5285bc854d2188b525f71c43d930fa3fd50a23f (patch) | |
tree | ed1670aa2e5d7581fdfedcc1aef18a7fa39a7373 | |
parent | 11317b1e758a82c98cd6723f738c64060de2e003 (diff) | |
download | ipxe-d5285bc854d2188b525f71c43d930fa3fd50a23f.tar.gz |
shell cleanup fix
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 38118d9..431003c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ def RPMSource() { def RPMBuild() { sh ''' # cleanup - rm -rf rpms + rm -rf "${WORKSPACE}/rpms" "${WORKSPACE}/build" "${WORKSPACE}/buildroot" # figure version commit="$(cd source; git describe --tags --long --match 'v*')" |