diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-19 18:07:09 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-19 18:07:09 +0200 |
commit | 778f6e2bc19c0ecfa9cd9b5efc60163ba4d6ba16 (patch) | |
tree | 88048d20fc4e1a82bd14e805e0060df92c3c5561 | |
parent | 558e6f489a1ae0b5677a1c54de63043c508948ce (diff) | |
download | seabios-docker.tar.gz |
add EOL notice for realdocker
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b1ab786..3fe9e92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ def RPMBuild() { # figure version commit="$(cd source; git describe --tags --long --match 'rel-*')" - ghash="${commit##*-}" + ghash="${commit##*-}.EOL.no.nore.updates" commit="${commit%-*}" gcnt="${commit##*-}" commit="${commit%-*}" |