Skip to content

Commit

Permalink
Package version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Sep 14, 2023
1 parent 0d28119 commit 81cd062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ distributions.each {
node {
ansiColor('xterm') {
stage('Checkout ' + distribution) {
checkout scm
buildImage = docker.image(vendor + '/' + distribution)
sh 'git checkout debian/changelog'
def version = sh (
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
php-spojenet-abraflexi (2.24.0~kinetic~67) UNRELEASED; urgency=medium
php-spojenet-abraflexi (2.24.1) UNRELEASED; urgency=medium

[ Vítězslav Dvořák ]
* ease-core based
Expand Down

0 comments on commit 81cd062

Please sign in to comment.