Skip to content

Commit c771371

Browse files
authored
Merge pull request #1764 from cdesiniotis/update-kitmaker-version
[no-relnote] update kitmaker version to omit pre-release version suffixes
2 parents 2c0c91d + ea44173 commit c771371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release-kitmaker-artifactory.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function upload_archive() {
193193
component="nvidia_container_toolkit"
194194
version="${VERSION%~rc.*}"
195195
version_suffix=$(date -r "${IMAGE_EPOCH}" '+%Y.%m.%d.%s' || date -d @"${IMAGE_EPOCH}" '+%Y.%m.%d.%s')
196-
kitmaker_version="${VERSION%~rc.*}.${version_suffix}"
196+
kitmaker_version="${VERSION%~*}.${version_suffix}"
197197
kitmaker_os="linux"
198198

199199
# create_and_upload creates a kitmaker archive for the specified component, os, and arch and uploads it.

0 commit comments

Comments
 (0)