Skip to content

Commit

Permalink
Merge pull request #28 from georchestra/deb-package-using-0-23-for-ho…
Browse files Browse the repository at this point in the history
…urs-timestamp

deb - using 0-23 range for hours in package name/version
  • Loading branch information
pmauduit authored Jun 7, 2024
2 parents 112d06e + 0049351 commit 121bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ def getDebianVersion() {
def commitId = 'git rev-parse --verify --short HEAD'.execute().text.trim()
def branchName = 'git rev-parse --abbrev-ref HEAD'.execute().text.trim()

"${casServerVersion}.${branchName}.${new Date().format('yyyyMMddhhmm')}~${commitId}"
"${casServerVersion}.${branchName}.${new Date().format('yyyyMMddHHmm')}~${commitId}"
}

0 comments on commit 121bb85

Please sign in to comment.