Skip to content

Commit

Permalink
Update create_package_rpm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska authored Oct 14, 2024
1 parent f2c3642 commit a2ab02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos-7/create_package_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARCH=$(uname -m)
VERSION_GIT=$(git describe --abbrev=6 --always --tags | cut -c 2-)
PKG_VERSION=""
case ${VERSION_GIT} in
*-alpha*|*-beta*|*-rc*)
*-alpha*|*-beta*|*-rc*|*-patch*)
VERSION=$(cut -d'-' -f 1 <<< ${VERSION_GIT})
RELEASE=$(cut -d'-' -f 2 <<< ${VERSION_GIT})
RELEASE2=$(cut -d'-' -f 3 <<< ${VERSION_GIT})
Expand Down

0 comments on commit a2ab02c

Please sign in to comment.